diff --git a/scripts/install b/scripts/install index 2a912fa..ca24b3b 100755 --- a/scripts/install +++ b/scripts/install @@ -31,15 +31,6 @@ ynh_script_progression --message="Installing dependencies..." --weight=7 # Install Nodejs ynh_exec ynh_install_nodejs --nodejs_version=20 -#================================================= -# INITIALIZE AND STORE SETTINGS -#================================================= - -# If you need to, you can define custom settings -# (or remove this section entirely if not relevant for you) -foo="bar" -ynh_app_setting_set --key=foo --value=$foo - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================