1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

Update restore

This commit is contained in:
Éric Gaspar 2024-04-11 11:08:30 +02:00
parent d4e849f157
commit 925d139ff9

View file

@ -34,6 +34,11 @@ ynh_script_progression --message="Reinstalling dependencies..." --weight=7
# Install Nodejs
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
pushd $install_dir
ynh_use_nodejs
ynh_exec_warn_less npm install pnpm -g
popd
#=================================================
# RESTORE SYSTEMD
#=================================================