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

Update upgrade

This commit is contained in:
ericgaspar 2023-07-12 07:56:48 +02:00
parent 789467d126
commit a1c5df6f33

View file

@ -85,6 +85,15 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." -
# Create a dedicated NGINX config
ynh_add_nginx_config
#=================================================
# INSTALL SHARP
#=================================================
pushd $install_dir/lemmy-ui
ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn add sharp
popd
#=================================================
# SPECIFIC UPGRADE
#=================================================