accidentally missed \\n

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
pull/3596/head
Adam Warner 4 years ago
parent 510b646736
commit 98dc51869e
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173

@ -217,7 +217,7 @@ os_check() {
printf " %b %bUnsupported OS detected%b\\n" "${CROSS}" "${COL_LIGHT_RED}" "${COL_NC}"
printf " https://docs.pi-hole.net/main/prerequesites/#supported-operating-systems\\n"
printf "\\n"
printf " e.g: If you are seeing this message on a fresh install, you can run:"
printf " e.g: If you are seeing this message on a fresh install, you can run:\\n"
printf " 'PIHOLE_SKIP_OS_CHECK=true curl -sSL https://install.pi-hole.net | sudo -E bash'\\n"
printf "\\n"
printf " If you are seeing this message after having run pihole -up:\\n"

Loading…
Cancel
Save