From f11fd31557d7871845f8c197dde6a7423ddf58cf Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 23 Mar 2018 16:45:38 -0400 Subject: [PATCH] Setup Script - added setup whiptail colors change pallet --- so-setup-network.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index a1ca8b682..5044249ef 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -271,9 +271,6 @@ saltify() { apt-get update apt-get -y install salt-minion - # Override the horrible Ubuntu whiptail color pallete - update-alternatives --config newt-palette - fi } @@ -435,6 +432,10 @@ echo "Checking for Root" got_root echo "Detecting OS" detect_os +if [ $OS == ubuntu ]; then + # Override the horrible Ubuntu whiptail color pallete + update-alternatives --config newt-palette +fi # Question Time