Skip to content
ipitio edited this page May 2, 2024 · 29 revisions

The Mod Script

The script was written because the Mod needed an installation manager -- manually cloning and swapping repos was tedious and took a hot minute. No more! With this script, the process has been completely automated. The default (installation) action is to sync local Pi-hole repositories with our latest compatible releases. See below for more options and the sidebar for specific instructions.

Usage

sudo bash /path/to/mod.sh [options]

or

curl -sSLN //link/to/mod.sh | sudo bash [-s -- options]

or, once installed

pihole -a -sm [options]

This repo hosts a shortcut to the latter, which you can call like so:

curl -sSL https://github.com/arevindh/pihole-speedtest/raw/master/mod | sudo bash [-s -- options]

Instructions

Clone this wiki locally