1
0
Fork 0
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:
Éric Gaspar 2023-07-12 07:35:21 +02:00 committed by GitHub
parent 808495b43b
commit 789467d126
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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