mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 00:50:30 +00:00
Update install.sh
This commit is contained in:
parent
06a24cfbf0
commit
39ea219d9c
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ echo $repo_init
|
|||
|
||||
cd /tmp
|
||||
rm -rf stackhub
|
||||
sudo git clone --depth=1 https://ghproxy.com/https://github.com/Websoft9/stackhub.git
|
||||
wget -N https://websoft9.github.io/StackHub/scripts/githubclone.sh && bash githubclone.sh websoft9 StackHub
|
||||
cd stackhub/apps
|
||||
sudo echo "localhost" > hosts
|
||||
ansible-playbook -i hosts application.yml -c local -e init=$repo_init -e appname=$repo_name
|
||||
|
|
Loading…
Reference in a new issue