Update install.sh

This commit is contained in:
qiaofeng1227 2023-04-17 14:13:12 +08:00 committed by GitHub
parent eb4c4605bb
commit f2288d1693
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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