mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update install.sh
This commit is contained in:
parent
4db484236f
commit
d4542138a0
1 changed files with 1 additions and 1 deletions
|
@ -75,5 +75,5 @@ rm -rf stackhub
|
||||||
sudo git clone --depth=1 https://github.com/Websoft9/stackhub.git
|
sudo git clone --depth=1 https://github.com/Websoft9/stackhub.git
|
||||||
cd stackhub/apps
|
cd stackhub/apps
|
||||||
sudo echo "localhost" > hosts
|
sudo echo "localhost" > hosts
|
||||||
ansible-playbook -i hosts $repo_name.yml -c local -e init=$repo_init -e appname=$repo_name
|
ansible-playbook -i hosts application.yml -c local -e init=$repo_init -e appname=$repo_name
|
||||||
echo "System must restart after 2s, then installation completed"; sleep 2 ; sudo reboot
|
echo "System must restart after 2s, then installation completed"; sleep 2 ; sudo reboot
|
||||||
|
|
Loading…
Reference in a new issue