From 09378c6fb2f5c9a45e5940104c855eb8707a7a35 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Fri, 30 Aug 2019 16:28:24 -0400 Subject: [PATCH] Update 'update.sh' --- update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update.sh b/update.sh index e25682d..c8caccc 100644 --- a/update.sh +++ b/update.sh @@ -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