We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98dc518 commit ddb36c0Copy full SHA for ddb36c0
automated install/basic-install.sh
@@ -218,7 +218,7 @@ os_check() {
218
printf " https://docs.pi-hole.net/main/prerequesites/#supported-operating-systems\\n"
219
printf "\\n"
220
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"
+ printf " 'curl -sSL https://install.pi-hole.net | PIHOLE_SKIP_OS_CHECK=true sudo -E bash'\\n"
222
223
printf " If you are seeing this message after having run pihole -up:\\n"
224
printf " 'PIHOLE_SKIP_OS_CHECK=true sudo -E pihole -r'\\n"
0 commit comments