From 73097a195bd178237b8bed4286f6856c6f7465ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 15 Feb 2024 18:43:32 +0100 Subject: [PATCH] Update restore --- scripts/restore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scripts/restore b/scripts/restore index 56fe274..14afa3c 100755 --- a/scripts/restore +++ b/scripts/restore @@ -10,6 +10,17 @@ source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers +#================================================= +# SPECIFIC RESTORATION +#================================================= +# REINSTALL DEPENDENCIES +#================================================= +ynh_script_progression --message="Reinstalling dependencies..." --weight=1 + +# Install Nodejs +ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version +ynh_use_nodejs + #================================================= # RESTORE THE APP MAIN DIR #=================================================