Setup Script - added setup whiptail colors change pallet

This commit is contained in:
Mike Reeves
2018-03-23 16:43:48 -04:00
parent b2c831656e
commit 6468dd8e7e

View File

@@ -270,6 +270,10 @@ saltify() {
# Initialize the new repos
apt-get update
apt-get -y install salt-minion
# Override the horrible Ubuntu whiptail color pallete
update-alternatives --config newt-palette
fi
}