diff --git a/scripts/restore b/scripts/restore index 576084e..71c3dd8 100644 --- a/scripts/restore +++ b/scripts/restore @@ -61,7 +61,14 @@ ynh_restore_file --origin_path="$final_path" ynh_script_progression --message="Recreating the dedicated system user..." --weight=3 # Create the dedicated user (if not existing) -ynh_system_user_create --username="$app" +ynh_system_user_create --username=$app + +#================================================= +# INSTALL DEPENDENCIES +#================================================= +ynh_print_info "Installing dependencies..." + +ynh_install_app_dependencies $pkg_dependencies #================================================= # SPECIFIC RESTORATION