Daniel Gibbs 12 лет назад
Родитель
Сommit
65849803e2
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      DayOfDefeat/dodserver

+ 4 - 4
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
 }