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.
2 parents dffb58a + 8380112 commit 514dc01Copy full SHA for 514dc01
automated install/basic-install.sh
@@ -214,7 +214,7 @@ os_check() {
214
fi
215
216
if [ "$display_warning" = true ]; then
217
- printf " %b %bUnsupported OS detected%b\\n" "${CROSS}" "${COL_LIGHT_RED}" "${COL_NC}"
+ printf " %b %bUnsupported OS detected: %s%b\\n" "${CROSS}" "${COL_LIGHT_RED}" "${detected_os_pretty}" "${COL_NC}"
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"
0 commit comments