mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-26 01:00:33 +00:00
Added pihole.sh to /usr/local/bin
Uninstall.sh will handle removing the file
This commit is contained in:
parent
23872f77a8
commit
456eee05f2
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue