|
|
@ -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 |
|
|
|
} |
|
|
|
|
|
|
|