This commit is contained in:
eric_G
2025-09-28 13:06:37 +02:00
parent 754d07b3be
commit 7b9c7cc947
6 changed files with 0 additions and 24 deletions

View File

@ -1,6 +1,5 @@
#!/bin/bash
source /usr/share/yunohost/helpers
#=================================================
@ -26,13 +25,6 @@ ynh_setup_source --dest_dir="$install_dir" --keep="server/config.js" --full_repl
chmod +x "$install_dir/server/bin/prod.js"
#=================================================
# UPGRADE DEPENDENCIES
#=================================================
ynh_script_progression "Upgrading dependencies..."
#REMOVEME? ynh_nodejs_install
#=================================================
# NGINX CONFIGURATION
#=================================================