Fix bashism in checkaurhelper function (#475)

Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
This commit is contained in:
Nyx 2024-09-18 20:02:30 -04:00 committed by GitHub
parent f473cdedc9
commit 903c915260
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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