diff --git a/installer.sh b/installer.sh index 32345f71..a397f8e8 100755 --- a/installer.sh +++ b/installer.sh @@ -12,7 +12,7 @@ fi # Check for git command to be installed if ! command -v git &>/dev/null; then echo -e "\n\e[31m[fail]\e[0m git command not found..." - echo -e " Please install git package before running the installer.\n" + echo -e " Please install git package before running the installer.\n" exit 1 fi