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
65fd4e4d66
commit
0ea422e699
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ sudo yunohost app setting $app path -v "$path"
|
|||
|
||||
# Download bozon
|
||||
sudo wget https://github.com/broncowdd/BoZoN/archive/master.zip -O $parent_path/master.zip
|
||||
sudo unzip $parent_path/master.zip
|
||||
sudo unzip $parent_path/master.zip -d $parent_path/
|
||||
sudo rm $parent_path/master.zip
|
||||
sudo mv $parent_path/BoZoN-master $parent_path/$app
|
||||
|
||||
|
|
Loading…
Reference in a new issue