mirror of
https://github.com/YunoHost-Apps/lemmy_ynh.git
synced 2024-09-03 19:36:09 +02:00
Update scripts/install
Co-authored-by: Matthew DeAbreu <Matthew.DeAbreu@gmail.com>
This commit is contained in:
parent
808495b43b
commit
789467d126
1 changed files with 2 additions and 2 deletions
|
@ -50,9 +50,9 @@ ynh_add_nginx_config
|
|||
# INSTALL THE SHARP
|
||||
#=================================================
|
||||
|
||||
pushd $install_dir
|
||||
pushd $install_dir/lemmy-ui
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn global add sharp
|
||||
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn add sharp
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue