Newline in error message

This commit is contained in:
natemaia 2020-11-04 20:49:32 -08:00
parent 13b65354f9
commit b6116a651d

View File

@ -3413,7 +3413,7 @@ for i in dialog find parted curl arch-chroot; do
done
if [[ $MISSING ]]; then
printf "This installer requires the following package(s) to be installed:\n\n\t%s" "$MISSING"
printf "The following package(s) need to be installed:\n\n\t%s\n" "$MISSING"
die 1
elif (( UID != 0 )); then
msg "Not Root" "\nThis installer must be run as root.\n\nExiting..\n" 2