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