Setup script - install nmcli on Ubuntu

This commit is contained in:
Mike Reeves
2019-06-20 11:21:04 -04:00
parent b6fd6fa2cc
commit 8a4180a8ed

View File

@@ -382,6 +382,7 @@ detect_os() {
yum -y install bind-utils
elif [ -f /etc/os-release ]; then
OS=ubuntu
apt install -y network-manager
else
echo "We were unable to determine if you are using a supported OS." >> $SETUPLOG 2>&1
exit