mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
update
This commit is contained in:
parent
21fc085531
commit
f2bee24c62
1 changed files with 0 additions and 3 deletions
|
@ -23,9 +23,6 @@ then # in old script filesize was not saved as an setting
|
|||
ynh_app_setting_set "$app" filesize "$filesize"
|
||||
fi
|
||||
|
||||
# add required packages
|
||||
ynh_package_install_from_equivs ../conf/"$app"-deps.control || ynh_die "Unable to install dependencies"
|
||||
|
||||
# download upstream_version version of bozon
|
||||
upstream_version=$(cat ../conf/upstream_version)
|
||||
wget -nc --quiet https://github.com/broncowdd/BoZoN/archive/"$upstream_version".zip -P /tmp
|
||||
|
|
Loading…
Reference in a new issue