Browse Source

adding message

pull/4510/head
Daniel Gibbs 1 year ago
parent
commit
095de5bb87
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 3
      lgsm/modules/install_gamedig.sh

3
lgsm/modules/install_gamedig.sh

@ -6,6 +6,9 @@
# Description: Installs nodejs and gamedig
if [ "$(command -v node)" ] && [ ! -f "${lgsmdir}/node_modules/gamedig/bin/gamedig.js" ]; then
echo -e ""
echo -e "${bold}${lightyellow}Installing Gamedig${default}"
fn_script_log_info "Installing Gamedig"
cd "${lgsmdir}" || exit
wget -N --no-check-certificate "https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${githubbranch}/package.json"
npm install

Loading…
Cancel
Save