diff --git a/DayOfDefeat/dodserver b/DayOfDefeat/dodserver index 7143f3467..8d3a134b0 100644 --- a/DayOfDefeat/dodserver +++ b/DayOfDefeat/dodserver @@ -568,15 +568,15 @@ elif [ ${pass} == 2 ]; then echo "Downloading firstpass appmanifest files. (app 90 fix)" sleep 2 cd "${appdir}" - wget http://danielgibbs.co.uk/appmanifest/firstpass/appmanifest_10.acf - wget http://danielgibbs.co.uk/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_10.acf + wget https://raw2.github.com/dgibbs64/linuxgameservers/master/DayOfDefeat/appmanifest/firstpass/appmanifest_70.acf + wget https://raw2.github.com/dgibbs64/linuxgameservers/master/DayOfDefeat/appmanifest/firstpass/appmanifest_90.acf elif [ ${pass} == 3 ]; then echo "Downloading secondpass appmanifest files. (app 90 fix)" sleep 2 cd "${appdir}" 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 }