1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bozon_ynh.git synced 2024-09-03 18:16:09 +02:00
This commit is contained in:
ewilly 2016-10-13 06:38:14 +02:00
parent 21fc085531
commit f2bee24c62

View file

@ -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