mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-26 17:23:19 +01:00
Fix bashism in checkaurhelper function (#475)
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
This commit is contained in:
parent
f473cdedc9
commit
903c915260
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user