From d2aa306d87e0c26a527a8e23656308cea07b0240 Mon Sep 17 00:00:00 2001 From: Andreas Fendt Date: Sat, 28 Oct 2017 15:02:32 +0200 Subject: [PATCH] Added auto detect Removed cifs and nfs Auto Update --- install-debian.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/install-debian.sh b/install-debian.sh index c6cd09d..16c0b3d 100644 --- a/install-debian.sh +++ b/install-debian.sh @@ -14,7 +14,8 @@ fi # update system apt-get update -y -apt-get upgrade -y +apt-get dist-upgrade -y +apt-get autoclean -y # get users directory root_user=$(grep ':0:' /etc/passwd | awk -F':' '{print $6}') @@ -46,7 +47,7 @@ apt-get install -y htop iotop iftop nmon powertop stress lm-sensors \ apt-get install -y git build-essential # networking -apt-get install -y nfs-common cifs-utils axel wget ethtool fping +apt-get install -y axel wget ethtool fping # misc. tools apt-get install -y apt-file aptitude hexedit manpages-de @@ -75,4 +76,4 @@ dpkg-reconfigure console-data console-setup locales \ # run programs apt-file update -sensors-detect +sensors-detect --auto