From 2a881a90ac268a7d34153c75d87177c2aa97307a Mon Sep 17 00:00:00 2001 From: Flo Date: Fri, 24 Feb 2017 11:29:19 +0100 Subject: [PATCH] Update old install command to new --- automated install/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/uninstall.sh b/automated install/uninstall.sh index 84760ce2..ed768c38 100755 --- a/automated install/uninstall.sh +++ b/automated install/uninstall.sh @@ -164,7 +164,7 @@ removeNoPurge() { echo ":::" printf "::: Finished removing PiHole from your system. Sorry to see you go!\n" printf "::: Reach out to us at https://github.com/pi-hole/pi-hole/issues if you need help\n" - printf "::: Reinstall by simpling running\n:::\n:::\tcurl -L https://install.pi-hole.net | bash\n:::\n::: at any time!\n:::\n" + printf "::: Reinstall by simpling running\n:::\n:::\tcurl -sSL https://install.pi-hole.net | bash\n:::\n::: at any time!\n:::\n" printf "::: PLEASE RESET YOUR DNS ON YOUR ROUTER/CLIENTS TO RESTORE INTERNET CONNECTIVITY!\n" }