diff --git a/deploy.sh b/deploy.sh index ea26aa4..963df3a 100644 --- a/deploy.sh +++ b/deploy.sh @@ -12,7 +12,7 @@ echo -n if [[ -z $1 ]] then - echo "${RED}no package selected, exitting${NOCOL}" + echo -e "${RED}no package selected, exitting${NOCOL}" exit 1 else bash -c "$(curl -fsSL $REPO/raw/master/$1/install.sh)"