about summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 5 insertions, 0 deletions
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"