From 511c606bf0ac3c2232d04105eee03a0a58a989d9 Mon Sep 17 00:00:00 2001 From: WeirdTreeThing Date: Tue, 13 Feb 2024 21:38:13 -0500 Subject: Add fancy colors --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index 2087abd..9237a70 100755 --- a/install.sh +++ b/install.sh @@ -7,6 +7,9 @@ set -e ROOT=$(pwd) +# fancy color +printf "\033[94m" + if [ -f /usr/bin/apt ]; then distro="deb" elif [ -f /usr/bin/zypper ]; then @@ -104,3 +107,5 @@ else fi echo "Done" +# reset color +printf "\033[0m" -- cgit 1.4.1-2-gfad0