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

Update install

This commit is contained in:
ericgaspar 2022-04-04 15:08:59 +02:00
parent 5a04536ffa
commit a57bcb2123
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -125,9 +125,9 @@ ynh_script_progression --message="Building $app... (this will take some time and
pushd "$final_path"
ynh_use_nodejs
ynh_exec_warn_less npm install --allow-root
ynh_exec_warn_less npm install -g bower
ynh_exec_warn_less bower install --allow-root
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm install --allow-root
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm install -g bower
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH bower install --allow-root
popd
#=================================================