Browse Source
download package.json and run npm install
pull/4510/head
Daniel Gibbs
1 year ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
2 additions and
1 deletions
-
lgsm/modules/install_gamedig.sh
|
@ -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 gamedig@5.0.0-beta.2 |
|
|
wget -N --no-check-certificate "https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${githubbranch}/package.json" |
|
|
|
|
|
npm install |
|
|
fi |
|
|
fi |
|
|