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

Update upgrade

This commit is contained in:
ericgaspar 2021-04-24 19:38:38 +02:00
parent 884459c738
commit 8828898e4b
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -118,10 +118,12 @@ ynh_add_config --template="../conf/config.js" --destination="$final_path/config/
#=================================================
ynh_script_progression --message="Building CryptPad... (this will take some time and resources!)" --weight=60
pushd "$final_path" || ynh_die
pushd "$final_path"
ynh_exec_warn_less npm install --allow-root
ynh_exec_warn_less npm install -g bower
ynh_exec_warn_less bower update --allow-root
ynh_exec_warn_less npm i
popd || ynh_die
popd
#=================================================
# SETUP SYSTEMD