Fixed URL

Fixed URL to current repo
This commit is contained in:
Siddhu Arevindh 2017-10-02 13:00:21 +05:30 committed by GitHub
parent 8418f7f54b
commit dcf6cd8f7e

View file

@ -1362,7 +1362,7 @@ main() {
if command -v sudo &> /dev/null; then
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 $?
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."