Skip to content

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.

Via the Shell

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

With Docker

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.

Instructions

Clone this wiki locally