From a471af7744f351dc36e945459cc39dbcf8be1a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 10 Jun 2023 17:49:39 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index dbb275b..8e6a684 100755 --- a/scripts/install +++ b/scripts/install @@ -13,9 +13,11 @@ source /usr/share/yunohost/helpers # INSTALL DEPENDENCIES #================================================= ynh_script_progression --message="Installing Go Lang..." --weight=1 + install_golang_from_backports ynh_script_progression --message="Installing Node JS..." --weight=1 + ynh_install_nodejs --nodejs_version=$nodejs_version #================================================= @@ -51,6 +53,7 @@ ynh_add_nginx_config # ADD A CONFIGURATION #================================================= ynh_script_progression --message="Adding the configuration file..." --weight=1 + secret=$(ynh_string_random --length 64) ynh_app_setting_set --app=$app --key=secret --value=$secret