Update 'update.sh'

This commit is contained in:
2019-08-30 16:28:24 -04:00
parent 994acbe3b7
commit 09378c6fb2

View File

@@ -37,8 +37,8 @@ if [ ${OS} == 'Debian' ] || [ ${OS} == 'Ubuntu' ]; then
# update the list of available packages # update the list of available packages
apt update apt update
# install the packages # 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 smartmontools 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 # remove unneeded packages
apt autoremove -y apt autoremove -y
@@ -66,7 +66,7 @@ elif [ ${OS} == 'CentOS' ]; then
yum clean all yum clean all
# install the packages # 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 # remove unneeded packages
yum autoremove -y yum autoremove -y