mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Update install
This commit is contained in:
parent
fadca2c560
commit
5614050f21
1 changed files with 4 additions and 6 deletions
|
@ -120,13 +120,11 @@ ynh_add_nginx_config
|
|||
#==============================================
|
||||
ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=240
|
||||
|
||||
chown -R $app: $final_path
|
||||
|
||||
pushd $final_path || ynh_die
|
||||
pushd $final_path
|
||||
ynh_use_nodejs
|
||||
ynh_exec_as $app env $ynh_node_load_PATH npm install -g inherits
|
||||
ynh_exec_as $app env $ynh_node_load_PATH npm install
|
||||
popd || ynh_die
|
||||
npm install -g inherits
|
||||
npm install
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
# SETUP SYSTEMD
|
||||
|
|
Loading…
Add table
Reference in a new issue