mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 23:21:02 +01:00
8 lines
120 B
Bash
Executable File
8 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
if [ "$BUILD_TOOLS" = true ]; then
|
|
cd tgui && source ~/.nvm/nvm.sh && npm install && cd ..
|
|
fi;
|
|
|