mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
Update upgrade
This commit is contained in:
parent
67ce08be00
commit
f3c7ca100a
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ final_path=$parent_path/$path
|
|||
# retrieve stable version of bozon
|
||||
stable=$(cat ../BoZoN-stable)
|
||||
|
||||
# save app settings
|
||||
sudo yunohost app setting $app version -v "$stable"
|
||||
|
||||
# download stable version of bozon
|
||||
sudo wget https://github.com/broncowdd/BoZoN/archive/$stable.zip -O $parent_path/bozon-$stable.zip
|
||||
sudo unzip $parent_path/bozon-$stable.zip -d $parent_path/
|
||||
|
|
Loading…
Add table
Reference in a new issue