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 2023-08-24 16:43:10 +02:00
parent 79435095e3
commit ded78ba106

View file

@ -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