replace return with exit

This commit is contained in:
Tobias Powalowski 2022-04-05 21:26:44 +02:00
parent d917602079
commit 688a0bbfd2

View file

@ -62,7 +62,7 @@ fi
if ! prepare_pacman; then
echo "Pacman preparation \033[91mFAILED\033[0m."
return 1
exit 1
fi
chroot_mount
if ! install_packages; then