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