1 changed files with 2 additions and 1 deletions
@ -7,5 +7,6 @@ |
|||||
|
|
||||
if [ "$(command -v node)" ] && [ ! -f "${lgsmdir}/node_modules/gamedig/bin/gamedig.js" ]; then |
if [ "$(command -v node)" ] && [ ! -f "${lgsmdir}/node_modules/gamedig/bin/gamedig.js" ]; then |
||||
cd "${lgsmdir}" || exit |
cd "${lgsmdir}" || exit |
||||
npm install [email protected] |
wget -N --no-check-certificate "https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${githubbranch}/package.json" |
||||
|
npm install |
||||
fi |
fi |
||||
|
Loading…
Reference in new issue