Unverified Commit 24a92d8e authored by Igor Pečovnik's avatar Igor Pečovnik Committed by GitHub
Browse files
parent cf3874a8
......@@ -1750,7 +1750,7 @@ if ! is_package_manager_running; then
fi
if [[ "$selection" == *hole* && "$PI_HOLE_STATUS" != "on" ]]; then
curl -L "https://install.pi-hole.net" | bash
curl -L "https://install.pi-hole.net" | PIHOLE_SKIP_OS_CHECK=true bash
selection=${selection//\"Pi hole\"/}
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment