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:
parent
79435095e3
commit
ded78ba106
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ pushd "$install_dir"
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
ynh_exec_warn_less npm install --allow-root
|
ynh_exec_warn_less npm install --allow-root
|
||||||
ynh_exec_warn_less npm install -g bower
|
ynh_exec_warn_less npm install -g bower
|
||||||
ynh_exec_warn_less bower init
|
ynh_exec_warn_less sudo -u $app bower init
|
||||||
ynh_exec_warn_less bower install --allow-root
|
ynh_exec_warn_less bower install --allow-root
|
||||||
ynh_exec_warn_less bower update --allow-root
|
ynh_exec_warn_less bower update --allow-root
|
||||||
ynh_exec_warn_less npm run build
|
ynh_exec_warn_less npm run build
|
||||||
|
|
Loading…
Add table
Reference in a new issue