Merge pull request #1166 from pi-hole/tweak/momentOfClarity

Transparency in `sudo` refire.
This commit is contained in:
Dan Schaper 2017-01-23 16:41:21 -08:00 committed by GitHub
commit 3f462c771f

View file

@ -1060,7 +1060,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://install.pi-hole.net | sudo bash "$@" exec curl -sSL https://raw.githubusercontent.com/pi-hole/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."