update scripts text highlighting

This commit is contained in:
Tobias Powalowski 2022-04-05 21:06:13 +02:00
parent 01928e6cb2
commit 0a6e5a24f1

View file

@ -61,12 +61,12 @@ else
fi
if ! prepare_pacman; then
echo "Pacman preparation FAILED!"
echo "Pacman preparation \033[91mFAILED\033[0m."
return 1
fi
chroot_mount
if ! install_packages; then
echo "Package installation FAILED."
echo "Package installation \033[91mFAILED\033[0m."
chroot_umount
exit 1
fi