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:
parent
9000cd32d1
commit
3b3dd6d493
1 changed files with 2 additions and 2 deletions
|
@ -121,8 +121,8 @@ ynh_secure_remove --file="$install_dir/build"
|
||||||
ynh_script_progression --message="Building app..."
|
ynh_script_progression --message="Building app..."
|
||||||
pushd "$install_dir/live"
|
pushd "$install_dir/live"
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
ynh_exec_warn_less node genScript install | bash
|
ynh_exec_warn_less node genScript install
|
||||||
ynh_exec_warn_less node genScript compile | bash
|
ynh_exec_warn_less node genScript compile
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#ynh_script_progression --message="Building app..."
|
#ynh_script_progression --message="Building app..."
|
||||||
|
|
Loading…
Reference in a new issue