From a3ec56d2d77e016ba4662e73e41432378dc3a83d Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 3 May 2015 13:05:50 +0100 Subject: [PATCH] Moved ut files to gameservermanagers.com --- functions/fn_install_ut2k4filesdl | 4 ++-- functions/fn_install_ut99filesdl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/fn_install_ut2k4filesdl b/functions/fn_install_ut2k4filesdl index fcf8682ab..91e743e32 100644 --- a/functions/fn_install_ut2k4filesdl +++ b/functions/fn_install_ut2k4filesdl @@ -10,7 +10,7 @@ cd "${rootdir}" mkdir -pv "${filesdir}" cd "${filesdir}" if [ ! -f dedicatedserver3339-bonuspack.zip ]; then - wget http://danielgibbs.co.uk/wp-content/uploads/ut2004/dedicatedserver3339-bonuspack.zip + wget http://gameservermanagers.com/files/ut2004/dedicatedserver3339-bonuspack.zip else echo "dedicatedserver3339-bonuspack.zip already downloaded!" fi @@ -31,7 +31,7 @@ else echo "MD5 checksum: PASSED" fi if [ ! -f ut2004-lnxpatch3369-2.tar.bz2 ]; then - wget http://danielgibbs.co.uk/wp-content/uploads/ut2004/ut2004-lnxpatch3369-2.tar.bz2 + wget http://gameservermanagers.com/files/ut2004/ut2004-lnxpatch3369-2.tar.bz2 else echo "ut2004-lnxpatch3369-2.tar.bz2 already downloaded!" fi diff --git a/functions/fn_install_ut99filesdl b/functions/fn_install_ut99filesdl index e349cccfe..1ae92c090 100644 --- a/functions/fn_install_ut99filesdl +++ b/functions/fn_install_ut99filesdl @@ -10,7 +10,7 @@ cd "${rootdir}" mkdir -pv "${filesdir}" cd "${filesdir}" if [ ! -f ut-server-436.tar.gz ]; then - wget http://danielgibbs.co.uk/wp-content/uploads/ut-server-436.tar.gz + wget http://gameservermanagers.com/files/ut99/ut-server-436.tar.gz else echo "ut-server-436.tar.gz already downloaded!" fi @@ -31,7 +31,7 @@ else echo "MD5 checksum: PASSED" fi if [ ! -f UTPGPatch451.tar.bz2 ]; then - wget http://danielgibbs.co.uk/wp-content/uploads/UTPGPatch451.tar.bz2 + wget http://gameservermanagers.com/files/ut99/UTPGPatch451.tar.bz2 else echo "UTPGPatch451.tar.bz2 already downloaded!" fi