Update 'update.sh'
This commit is contained in:
@@ -37,8 +37,8 @@ if [ ${OS} == 'Debian' ] || [ ${OS} == 'Ubuntu' ]; then
|
||||
# update the list of available packages
|
||||
apt update
|
||||
|
||||
# install the packages
|
||||
apt install -y pbis-open sudo nano htop nload iperf iperf3 open-vm-tools unattended-upgrades unzip git nfs-common uptimed net-tools build-essential curl smartmontools
|
||||
# install the packages on all systems
|
||||
apt install -y pbis-open sudo nano htop nload iperf iperf3 open-vm-tools unattended-upgrades unzip git nfs-common uptimed net-tools build-essential curl
|
||||
|
||||
# remove unneeded packages
|
||||
apt autoremove -y
|
||||
@@ -66,7 +66,7 @@ elif [ ${OS} == 'CentOS' ]; then
|
||||
yum clean all
|
||||
|
||||
# install the packages
|
||||
yum install -y pbis-open sudo nano htop nload iperf iperf3 bind-utils open-vm-tools yum-cron unzip nfs-utils git wget uptimed net-tools make smartmontools
|
||||
yum install -y pbis-open sudo nano htop nload iperf iperf3 bind-utils open-vm-tools yum-cron unzip nfs-utils git wget uptimed net-tools make
|
||||
|
||||
# remove unneeded packages
|
||||
yum autoremove -y
|
||||
|
||||
Reference in New Issue
Block a user