-
-
Notifications
You must be signed in to change notification settings - Fork 22
Updating Speedtest Mod
ipitio edited this page May 2, 2024
·
2 revisions
You can use the buttons in the web interface's speedtest settings in most cases, or one of the following methods, to update the Mod along with Pi-hole.
Run the script again to find the last versions of the Mod compatible with your version of Pi-hole.
curl -sSL https://github.com/arevindh/pihole-speedtest/raw/master/mod | sudo bash
Or use the update option to update Pi-hole, too.
curl -sSL https://github.com/arevindh/pihole-speedtest/raw/master/mod | sudo bash -s -- -u
If there's a new Pi-hole release, or if you want to, pull the updated image and rebuild without cache. See installing for the Compose commands. The official instructions contain equivalent commands for Run, after which you'll need to reinstall the Mod if you’re not using the modded image.
-
-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