diff --git a/scripts/install b/scripts/install index b44ec83..67b0427 100755 --- a/scripts/install +++ b/scripts/install @@ -18,14 +18,6 @@ source /usr/share/yunohost/helpers ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version ynh_exec_warn_less ynh_install_go --go_version=$go_version -#================================================= -# CREATE DEDICATED USER -#================================================= -#REMOVEME? ynh_script_progression --message="Configuring system user..." --weight=1 - -# Create a system user -#REMOVEME? ynh_system_user_create --username=$app --home_dir="$install_dir" - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================