Setup Script - added setup whiptail colors change pallet

This commit is contained in:
Mike Reeves
2018-03-23 16:45:38 -04:00
parent 6468dd8e7e
commit f11fd31557

View File

@@ -271,9 +271,6 @@ saltify() {
apt-get update apt-get update
apt-get -y install salt-minion apt-get -y install salt-minion
# Override the horrible Ubuntu whiptail color pallete
update-alternatives --config newt-palette
fi fi
} }
@@ -435,6 +432,10 @@ echo "Checking for Root"
got_root got_root
echo "Detecting OS" echo "Detecting OS"
detect_os detect_os
if [ $OS == ubuntu ]; then
# Override the horrible Ubuntu whiptail color pallete
update-alternatives --config newt-palette
fi
# Question Time # Question Time