Newline in error message
This commit is contained in:
parent
13b65354f9
commit
b6116a651d
@ -3413,7 +3413,7 @@ for i in dialog find parted curl arch-chroot; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
if [[ $MISSING ]]; then
|
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
|
die 1
|
||||||
elif (( UID != 0 )); then
|
elif (( UID != 0 )); then
|
||||||
msg "Not Root" "\nThis installer must be run as root.\n\nExiting..\n" 2
|
msg "Not Root" "\nThis installer must be run as root.\n\nExiting..\n" 2
|
||||||
|
Reference in New Issue
Block a user