Browse Source

config fix

pull/1014/head
Alexander Hurd 9 years ago
parent
commit
57eaf5a020
  1. 2
      lgsm/functions/install_config.sh

2
lgsm/functions/install_config.sh

@ -286,6 +286,8 @@ elif [ "${gamename}" == "EnemyTerritory" ]; then
wget -N /dev/null ${githuburl}/EnemyTerritory/cfg/lgsm-default.ini 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_defaultconfig
fn_userinputconfig
echo ""
elif [ "${gamename}" == "Fistful of Frags" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N /dev/null ${githuburl}/FistfulOfFrags/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq

Loading…
Cancel
Save