corrected unattended-upgrade mistype

This commit is contained in:
2018-12-13 13:17:37 -05:00
parent 4c74d82b07
commit b8e85a672c

View File

@@ -19,7 +19,7 @@ if [ -f /etc/debian_version ]; then
# update the list of available packages
apt update
# install the packages
apt install -y pbis-open sudo nano htop nload iperf3 iperf3 open-vm-tools unattended-upgrade unzip git
apt install -y pbis-open sudo nano htop nload iperf3 iperf3 open-vm-tools unattended-upgrades unzip git
# CentOS OS
elif [ -f /etc/redhat-release ]; then