diff --git a/tabs/common-script.sh b/tabs/common-script.sh index 6bcab74d..7f27f6f2 100644 --- a/tabs/common-script.sh +++ b/tabs/common-script.sh @@ -35,7 +35,7 @@ checkAURHelper() { AUR_HELPER="yay" AUR_HELPER_CHECKED=true else - echo -e "${RED}Failed to install AUR helper.${RC}" + printf "%b\n" "${RED}Failed to install AUR helper.${RC}" exit 1 fi fi