Browse Source

corrected URL

pull/700/head
Daniel Gibbs 9 years ago
parent
commit
ff0e8a013e
  1. 2
      functions/install_config.sh

2
functions/install_config.sh

@ -182,7 +182,7 @@ elif [ "${gamename}" == "Blade Symphony" ]; then
fn_goldsourceconfig
elif [ "${gamename}" == "Codename CURE" ]; then
echo -e "downloading lgsm-default.cfg...\c"
wget -N /dev/null ${githuburl}/Codename CURE/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
wget -N /dev/null ${githuburl}/CodenameCURE/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_sourceconfig

Loading…
Cancel
Save