From 95f1f5d7a443bdeaf501489b8165d9d764434f8e Mon Sep 17 00:00:00 2001 From: mulky5858 Date: Thu, 13 Jul 2017 23:52:26 +0800 Subject: [PATCH] Update install-game-server.sh --- install-game-server.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-game-server.sh b/install-game-server.sh index d1e37e7..901073b 100644 --- a/install-game-server.sh +++ b/install-game-server.sh @@ -9,8 +9,8 @@ export PATH #=============================================================================================== version="6.0" str_game_dir="/usr/local/game-server" -game_x64_download_url=http://koolshare.io/koolgame/latest/game-server -game_x86_download_url=http://koolshare.io/koolgame/latest/game-server-386 +game_x64_download_url=http://firmware.koolshare.cn/koolgame/latest/game-server +game_x86_download_url=http://firmware.koolshare.cn/koolgame/latest/game-server-386 program_init_download_url=https://raw.githubusercontent.com/clangcn/game-server/master/init/game-server.init str_install_shell=https://raw.githubusercontent.com/clangcn/game-server/master/install-game-server.sh