mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
fix
This commit is contained in:
parent
81807d32b3
commit
65fd4e4d66
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ sudo yunohost app setting $app domain -v "$domain"
|
|||
sudo yunohost app setting $app path -v "$path"
|
||||
|
||||
# Download bozon
|
||||
sudo wget https://github.com/broncowdd/BoZoN/archive/master.zip -O $parent_path
|
||||
sudo wget https://github.com/broncowdd/BoZoN/archive/master.zip -O $parent_path/master.zip
|
||||
sudo unzip $parent_path/master.zip
|
||||
sudo rm $parent_path/master.zip
|
||||
sudo mv $parent_path/BoZoN-master $parent_path/$app
|
||||
|
|
Loading…
Reference in a new issue