Skip to content

Commit 98dc518

Browse files
committed
accidentally missed \\n
Signed-off-by: Adam Warner <[email protected]>
1 parent 510b646 commit 98dc518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automated install/basic-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ os_check() {
217217
printf " %b %bUnsupported OS detected%b\\n" "${CROSS}" "${COL_LIGHT_RED}" "${COL_NC}"
218218
printf " https://docs.pi-hole.net/main/prerequesites/#supported-operating-systems\\n"
219219
printf "\\n"
220-
printf " e.g: If you are seeing this message on a fresh install, you can run:"
220+
printf " e.g: If you are seeing this message on a fresh install, you can run:\\n"
221221
printf " 'PIHOLE_SKIP_OS_CHECK=true curl -sSL https://install.pi-hole.net | sudo -E bash'\\n"
222222
printf "\\n"
223223
printf " If you are seeing this message after having run pihole -up:\\n"

0 commit comments

Comments
 (0)