diff --git a/so-setup-network.sh b/so-setup-network.sh index 6cecc9460..a1ca8b682 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -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 }