From 65a99b1282dd311e2078136e8d47eef13b0971b5 Mon Sep 17 00:00:00 2001 From: YuanMing Date: Tue, 7 Jun 2016 20:00:41 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 02320b8..9937207 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ finalspeed 安装脚本: -rm -f install_fs.sh -wget https://raw.githubusercontent.com/leesiyang/finalspeed/master/install_fs.sh -chmod +x install_fs.sh +rm -f install_fs.sh
+wget https://raw.githubusercontent.com/leesiyang/finalspeed/master/install_fs.sh
+chmod +x install_fs.sh
./install_fs.sh 2>&1 | tee install.log From 192938182c35b0a4fbf1dfb27c71d440526bb4c0 Mon Sep 17 00:00:00 2001 From: YuanMing Date: Tue, 7 Jun 2016 20:01:43 +0800 Subject: [PATCH 2/4] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9937207..3f87b27 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ finalspeed 安装脚本: rm -f install_fs.sh
-wget https://raw.githubusercontent.com/leesiyang/finalspeed/master/install_fs.sh
+wget https://raw.githubusercontent.com/tutugreen/finalspeed/master/install_fs.sh
chmod +x install_fs.sh
./install_fs.sh 2>&1 | tee install.log + +Fork自其它备份,暂未验证安装包的来源。 From 457995e82304ac4a67575dfb51d8779f8e01de62 Mon Sep 17 00:00:00 2001 From: YuanMing Date: Tue, 7 Jun 2016 20:02:21 +0800 Subject: [PATCH 3/4] Update install_fs.sh --- install_fs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_fs.sh b/install_fs.sh index fccfb55..27b8d30 100644 --- a/install_fs.sh +++ b/install_fs.sh @@ -4,7 +4,7 @@ export PATH install_path=/fs/ -package_download_url=https://raw.githubusercontent.com/leesiyang/finalspeed/master/finalspeed_server.zip +package_download_url=https://raw.githubusercontent.com/tutugreen/finalspeed/master/finalspeed_server.zip package_save_name=finalspeed_server.zip function checkjava(){ From b0cc99ff1d76c45f81aefae3d26029186bad140e Mon Sep 17 00:00:00 2001 From: leesiyang Date: Wed, 8 Jun 2016 00:58:00 +0800 Subject: [PATCH 4/4] Update install_fs.sh --- install_fs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_fs.sh b/install_fs.sh index 27b8d30..fccfb55 100644 --- a/install_fs.sh +++ b/install_fs.sh @@ -4,7 +4,7 @@ export PATH install_path=/fs/ -package_download_url=https://raw.githubusercontent.com/tutugreen/finalspeed/master/finalspeed_server.zip +package_download_url=https://raw.githubusercontent.com/leesiyang/finalspeed/master/finalspeed_server.zip package_save_name=finalspeed_server.zip function checkjava(){