Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
24a92d8e
Unverified
Commit
24a92d8e
authored
Nov 12, 2020
by
Igor Pečovnik
Committed by
GitHub
Nov 12, 2020
Browse files
Fix pihole install
https://forum.radxa.com/t/pi-hole-problems-and-setup/3106/7
parent
cf3874a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-software
View file @
24a92d8e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment