From 533e5dddd033682bd60ab2e5ae83f80de0de37e5 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Thu, 16 Jul 2020 18:33:53 +0100 Subject: [PATCH] clarify examples in case of unsupported OS Signed-off-by: Adam Warner --- automated install/basic-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 5aa20187..30f68739 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -217,7 +217,8 @@ os_check() { printf " https://docs.pi-hole.net/main/prerequesites/#supported-operating-systems\\n" printf "\\n" printf " This check can be skipped by setting the environment variable %bPIHOLE_SKIP_OS_CHECK%b to %btrue%b\\n" "${COL_LIGHT_RED}" "${COL_NC}" "${COL_LIGHT_RED}" "${COL_NC}" - printf " e.g: export PIHOLE_SKIP_OS_CHECK=true\\n" + printf " e.g: 'sudo PIHOLE_SKIP_OS_CHECK=true curl -sSL https://install.pi-hole.net | bash'\\n" + printf " or 'sudo PIHOLE_SKIP_OS_CHECK=true pihole -up'\\n" printf " By setting this variable to true you acknowledge there may be issues with Pi-hole during or after the install\\n" printf " If that is the case, you can feel free to ask the community on Discourse with the %bCommunity Help%b category:\\n" "${COL_LIGHT_RED}" "${COL_NC}" printf " https://discourse.pi-hole.net/c/bugs-problems-issues/community-help/\\n"