diff --git a/scripts/upgrade b/scripts/upgrade index 26967f3..9cd754d 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -42,6 +42,10 @@ ynh_abort_if_errors # STANDARD UPGRADE STEPS #================================================= +# Install package +ynh_script_progression --message="Installing dependencies..." --weight=6 +install_dependances + # Download package and install it ynh_script_progression --message="Upgrading source files..." --weight=6 get_install_source