mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-20 06:10:12 +00:00
Fixed URL
Fixed URL to current repo
This commit is contained in:
parent
8418f7f54b
commit
dcf6cd8f7e
1 changed files with 1 additions and 1 deletions
|
@ -1362,7 +1362,7 @@ main() {
|
||||||
|
|
||||||
if command -v sudo &> /dev/null; then
|
if command -v sudo &> /dev/null; then
|
||||||
echo "::: Utility sudo located."
|
echo "::: Utility sudo located."
|
||||||
exec curl -sSL https://raw.githubusercontent.com/pi-hole/pi-hole/master/automated%20install/basic-install.sh | sudo bash "$@"
|
exec curl -sSL https://raw.githubusercontent.com/arevindh/pi-hole/master/automated%20install/basic-install.sh | sudo bash "$@"
|
||||||
exit $?
|
exit $?
|
||||||
else
|
else
|
||||||
echo "::: sudo is needed for the Web interface to run pihole commands. Please run this script as root and it will be automatically installed."
|
echo "::: sudo is needed for the Web interface to run pihole commands. Please run this script as root and it will be automatically installed."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue