Added auto detect
Removed cifs and nfs Auto Update
This commit is contained in:
parent
aed3d27681
commit
d2aa306d87
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user