Browse Source

url fix

pull/1045/head
Alexander Hurd 9 years ago
parent
commit
ef4768823c
  1. 2
      lgsm/functions/install_config.sh

2
lgsm/functions/install_config.sh

@ -391,7 +391,7 @@ elif [ "${gamename}" == "Quake Live" ]; then
fn_userinputconfig
elif [ "${gamename}" == "QuakeWorld" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N /dev/null ${githuburl}/QuakeWOrld/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null ${githuburl}/QuakeWorld/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_defaultconfig
fn_userinputconfig

Loading…
Cancel
Save