Skip to content

Uninstalling Speedtest Mod

ipitio edited this page Apr 16, 2024 · 11 revisions

The Mod and only the Mod will be removed. The database will be preserved if it's not empty, but its backup will be deleted; be careful when uninstalling and clearing history.

Via the Shell

You can use the button in settings or run this command in the shell.

curl -sSLN https://github.com/arevindh/pi-hole/raw/master/advanced/Scripts/speedtestmod/mod.sh | sudo bash -s -- -n

Docker Compose

First use the button in settings, or the shell if you so choose, then revert the build back to an image to prevent the Mod from being reinstalled on the next rebuild. You can also comment out the RUN line:

build:
    dockerfile_inline: FROM pihole/pihole:latest
        # RUN curl -sSLN ...

Instructions

Clone this wiki locally