Update 'update.sh'

This commit is contained in:
2020-06-05 11:24:31 -04:00
parent 0b86eb0321
commit c81082407b

View File

@@ -105,7 +105,7 @@ elif [ "${OS}" == "CentOS" ]; then
# install the packages
# libnsl is needed for pbis and needs to be installed already
dnf install -y libnsl
dnf install -y sudo nano htop iperf3 bind-utilsunzip nfs-utils git wget net-tools make
dnf install -y sudo nano htop iperf3 bind-utils unzip nfs-utils git wget net-tools make
# install vm tools
if [ "${VM}" == "true" ]; then