From f2288d1693e9301d5c80b2e860b4f08ecab90d03 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Mon, 17 Apr 2023 14:13:12 +0800 Subject: [PATCH] Update install.sh --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 57c558ef..12741801 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -68,7 +68,7 @@ echo $repo_init cd /tmp rm -rf stackhub -sudo git clone --depth=1 https://github.com/Websoft9/stackhub.git +sudo git clone --depth=1 https://ghproxy.com/https://github.com/Websoft9/stackhub.git cd stackhub/apps sudo echo "localhost" > hosts ansible-playbook -i hosts application.yml -c local -e init=$repo_init -e appname=$repo_name