From 98dc51869e4acdd44053175a02a7ff25e4b90d51 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Wed, 22 Jul 2020 22:30:51 +0100 Subject: [PATCH] accidentally missed \\n Signed-off-by: Adam Warner --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 660862bd..2bf63882 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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"