-
-
Notifications
You must be signed in to change notification settings - Fork 22
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.
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
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 ...
-
-u, --update, up
also update Pi-hole -
-r, --reinstall
keep current version of the mod, if installed -
-t, --testing
install the beta version of the mod
-
-n, --uninstall, un
purge the mod, keeping the speedtest package, logs, and database -
-b, --backup
backup Pi-hole for faster offline restore -
-o, --online
force online restore of Pi-hole
-
-d, --database, db
flush/restore the database if it's not/empty -
-s, --speedtest[=<sivel|libre>]
install Ookla's or the specified CLI even if another is already installed -
-x, --verbose
show the commands being run -
-v, --version
display the version of the mod and exit -
-h, --help
display this help message and exit