mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 09:20:20 +08:00
Update install.sh
This commit is contained in:
parent
4f1ebd929d
commit
da3fc09aa6
@ -69,7 +69,7 @@ echo $repo_init
|
||||
cd /tmp
|
||||
rm -rf stackhub
|
||||
wget -N https://websoft9.github.io/StackHub/scripts/githubclone.sh && bash githubclone.sh websoft9 StackHub
|
||||
cd stackhub/apps
|
||||
cd StackHub/apps
|
||||
sudo echo "localhost" > hosts
|
||||
ansible-playbook -i hosts application.yml -c local -e init=$repo_init -e appname=$repo_name
|
||||
if [ $repo_init -ne 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user