Unsupported OS detected: Debian 9

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2020-11-29 13:29:07 -06:00
parent 7792b91ccc
commit f1d4efe766
No known key found for this signature in database
GPG Key ID: 2193804FCA429855
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ mkdir -p /var/run/pihole
# Production tags with valid web footers
export CORE_VERSION="$(cat /etc/docker-pi-hole-version)"
export WEB_VERSION="${CORE_VERSION}"
export PIHOLE_SKIP_OS_CHECK=true
# Overwrite WEB_VERSION if core and web versions are different
#export WEB_VERSION="v5.1.1"