From 99f1043792d1fdcad29daf1c52ad14f8f17b09ec Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 2 Dec 2023 16:49:04 +0100 Subject: [PATCH] Update install: no need to store install questions, already stored by the core --- scripts/install | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/scripts/install b/scripts/install index 211b391..a1fd04c 100755 --- a/scripts/install +++ b/scripts/install @@ -10,16 +10,8 @@ source _common.sh source /usr/share/yunohost/helpers #================================================= -# STORE SETTINGS FROM MANIFEST +# OPTIONAL APPS #================================================= -ynh_script_progression --message="Storing installation settings..." - -ynh_app_setting_set --app=$app --key=language --value=$language -ynh_app_setting_set --app=$app --key=service_autodiscovery --value=$service_autodiscovery -ynh_app_setting_set --app=$app --key=whups_install --value=$whups_install -ynh_app_setting_set --app=$app --key=sesha_install --value=$sesha_install -ynh_app_setting_set --app=$app --key=ansel_install --value=$ansel_install -ynh_app_setting_set --app=$app --key=wicked_install --value=$wicked_install # Set list of optionnal app to install optionnal_apps_list=""