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

Update install

This commit is contained in:
Éric Gaspar 2024-06-16 10:49:39 +02:00
parent 8a8a34fdc0
commit d5bd1a9b26

View file

@ -39,11 +39,10 @@ ynh_add_nginx_config
#=================================================
ynh_script_progression --message="Configuring the app..." --weight=10
pushd $install_dir
ynh_use_nodejs
ynh_exec_warn_less $ynh_npm install -g npm@latest serve
ynh_exec_warn_less $ynh_npm install
ynh_exec_warn_less $ynh_npm run build
pushd "$install_dir"
ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm install
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm run build
popd
chmod -R o-rwx "$install_dir"