Added pihole.sh to /usr/local/bin

Uninstall.sh will handle removing the file
This commit is contained in:
nate 2016-03-28 18:55:37 -05:00
parent 23872f77a8
commit 456eee05f2
2 changed files with 2 additions and 0 deletions

View file

@ -119,6 +119,7 @@ function removeNoPurge {
$SUDO rm -rf /etc/pihole/ &> /dev/null
$SUDO rm -rf /etc/.pihole/ &> /dev/null
$SUDO rm -rf /opt/pihole/ &> /dev/null
$SUDO rm /usr/local/bin/pihole.sh &> /dev/null
echo ":::"
printf "::: Finished removing PiHole from your system. Sorry to see you go!\n"