From b6116a651ddbd7fdca4ba4b05ca22a10fa50a9eb Mon Sep 17 00:00:00 2001 From: natemaia Date: Wed, 4 Nov 2020 20:49:32 -0800 Subject: [PATCH] Newline in error message --- installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer b/installer index 2268789..a17287a 100755 --- a/installer +++ b/installer @@ -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