mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
Install dependances also in upgrade script
This commit is contained in:
parent
c183e83fe6
commit
850aca83a6
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ ynh_abort_if_errors
|
||||||
# STANDARD UPGRADE STEPS
|
# STANDARD UPGRADE STEPS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
|
# Install package
|
||||||
|
ynh_script_progression --message="Installing dependencies..." --weight=6
|
||||||
|
install_dependances
|
||||||
|
|
||||||
# Download package and install it
|
# Download package and install it
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=6
|
ynh_script_progression --message="Upgrading source files..." --weight=6
|
||||||
get_install_source
|
get_install_source
|
||||||
|
|
Loading…
Reference in a new issue