Browse Source

Updated appmanifest locations

pull/62/head
Daniel Gibbs 11 years ago
parent
commit
65849803e2
  1. 8
      DayOfDefeat/dodserver

8
DayOfDefeat/dodserver

@ -568,15 +568,15 @@ elif [ ${pass} == 2 ]; then
echo "Downloading firstpass appmanifest files. (app 90 fix)" echo "Downloading firstpass appmanifest files. (app 90 fix)"
sleep 2 sleep 2
cd "${appdir}" cd "${appdir}"
wget http://danielgibbs.co.uk/appmanifest/firstpass/appmanifest_10.acf wget https://raw2.github.com/dgibbs64/linuxgameservers/master/DayOfDefeat/appmanifest/firstpass/appmanifest_10.acf
wget http://danielgibbs.co.uk/appmanifest/firstpass/appmanifest_70.acf wget https://raw2.github.com/dgibbs64/linuxgameservers/master/DayOfDefeat/appmanifest/firstpass/appmanifest_70.acf
wget http://danielgibbs.co.uk/appmanifest/firstpass/appmanifest_90.acf wget https://raw2.github.com/dgibbs64/linuxgameservers/master/DayOfDefeat/appmanifest/firstpass/appmanifest_90.acf
elif [ ${pass} == 3 ]; then elif [ ${pass} == 3 ]; then
echo "Downloading secondpass appmanifest files. (app 90 fix)" echo "Downloading secondpass appmanifest files. (app 90 fix)"
sleep 2 sleep 2
cd "${appdir}" cd "${appdir}"
rm -f appmanifest_90.acf rm -f appmanifest_90.acf
wget http://danielgibbs.co.uk/appmanifest/secondpass/appmanifest_90.acf https://raw2.github.com/dgibbs64/linuxgameservers/master/DayOfDefeat/appmanifest/secondpass/appmanifest_90.acf
fi fi
} }

Loading…
Cancel
Save