diff --git a/install.sh b/install.sh index 748997c..a9ec4f2 100755 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ REQUIRMENTS=(emacs git) # Coloring Functions function info() { - echo -ne "[\033[01;32mINFO\033[00m]: $1" + echo -e "[\033[01;32mINFO\033[00m]: $1" } function error(){