mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Resolve conflicts
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
dffb58ae8f
commit
8380112129
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ os_check() {
|
|||
fi
|
||||
|
||||
if [ "$display_warning" = true ]; then
|
||||
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}"
|
||||
printf " https://docs.pi-hole.net/main/prerequesites/#supported-operating-systems\\n"
|
||||
printf "\\n"
|
||||
printf " e.g: If you are seeing this message on a fresh install, you can run:\\n"
|
||||
|
|
Loading…
Reference in a new issue