1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/overleaf_ynh.git synced 2024-09-03 19:56:27 +02:00

Update install

This commit is contained in:
Thomas 2024-01-11 17:43:28 +01:00 committed by GitHub
parent 9000cd32d1
commit 3b3dd6d493
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,8 +121,8 @@ ynh_secure_remove --file="$install_dir/build"
ynh_script_progression --message="Building app..."
pushd "$install_dir/live"
ynh_use_nodejs
ynh_exec_warn_less node genScript install | bash
ynh_exec_warn_less node genScript compile | bash
ynh_exec_warn_less node genScript install
ynh_exec_warn_less node genScript compile
popd
#ynh_script_progression --message="Building app..."