From 3006586ab23133e66040f44c7739e05b204717e0 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 1 May 2020 12:09:48 +0200 Subject: [PATCH] Disabled apt recommended packages and enabled options menu --- installer.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/installer.sh b/installer.sh index 88891af..f2bfe8d 100644 --- a/installer.sh +++ b/installer.sh @@ -31,9 +31,7 @@ sqlver=8.0 TestMode=0 #PackageManager-config PKGA="add-apt-repository --no-update" -PKGI="${PKGM} install -y" -#disable option menu -OptMenu=D +PKGI="${PKGM} install -y --no-install-recommends" ##-------------## # Test-Vars # @@ -253,7 +251,6 @@ done # Addons # ##----------## ##DisableOPtionMenu -if [ $OptMenu != D ]; then if [ $IMODE = n ]; then option=$(whiptail --nocancel --title "Additional modules" --checklist "Features" 11 110 5 "${options[@]}" 3>&1 1>&2 2>&3) fi @@ -300,8 +297,6 @@ done done option="${option%"${option##*[![:space:]]}"}" fi -##DisableOPtionMenu -fi #saving selected modules echo 'SelectedOptions=('$option')' > /etc/ICTM/selopts.list