Skip to content

Commit ddb36c0

Browse files
committed
it helps if the echo goes variable set goes in the right place
Signed-off-by: Adam Warner <[email protected]>
1 parent 98dc518 commit ddb36c0

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
@@ -218,7 +218,7 @@ os_check() {
218218
printf " https://docs.pi-hole.net/main/prerequesites/#supported-operating-systems\\n"
219219
printf "\\n"
220220
printf " e.g: If you are seeing this message on a fresh install, you can run:\\n"
221-
printf " 'PIHOLE_SKIP_OS_CHECK=true curl -sSL https://install.pi-hole.net | sudo -E bash'\\n"
221+
printf " 'curl -sSL https://install.pi-hole.net | PIHOLE_SKIP_OS_CHECK=true sudo -E bash'\\n"
222222
printf "\\n"
223223
printf " If you are seeing this message after having run pihole -up:\\n"
224224
printf " 'PIHOLE_SKIP_OS_CHECK=true sudo -E pihole -r'\\n"

0 commit comments

Comments
 (0)