We will miss you, but we want to make this an easy breakup.
To uninstall, execute the following command in the Terminal:
bash <(wget -qO- https://kubrick.roen.us/pipass/scripts/uninstall.sh)
Please take the time to submit feedback addressing the issues or limitations that are moving you to uninstall.
The uninstall script will attempt to revert all changes the PiPass installer made, but is not perfect. Here are some things to check once the uninstaller has completed.
- Check if the PiPass entry in
/etc/sudoers
has been removed. (sudo cat /etc/sudoers | grep \/usr\/local\/bin\/pihole
- Make sue 404 redirects have been disabled (
cat /etc/lighttpd/lighttpd.conf | grep 404
) - Check if PiPass files have been removed (
ls /var/www/ | grep blockpage
) - Optional: Make sure you have reverted
NODATA
-based blocking (cat /etc/pihole/pihole-FTL.conf | grep BLOCKINGMODE
)
That's it. PiPass should be uninstalled.