Setup Script - added setup whiptail colors change pallet

This commit is contained in:
Mike Reeves
2018-03-23 16:54:05 -04:00
parent f11fd31557
commit 5938077eb7

View File

@@ -434,7 +434,7 @@ echo "Detecting OS"
detect_os
if [ $OS == ubuntu ]; then
# Override the horrible Ubuntu whiptail color pallete
update-alternatives --config newt-palette
update-alternatives --set newt-palette /etc/newt/palette.original
fi
# Question Time