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

Update install

This commit is contained in:
ericgaspar 2022-05-06 15:28:04 +02:00
parent 6079cc2a38
commit 049508763b
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -164,6 +164,7 @@ ynh_script_progression --message="Installing Etherpad..." --weight=90
chown -R $app: $final_path
pushd $final_path
ynh_use_nodejs
npm install -g npm@8.9.0
ynh_exec_as $app env "$ynh_node_load_PATH" bin/installDeps.sh
popd