Skip to content
ipitio edited this page Apr 30, 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! This process has been automated with performance, efficiency, and a little flexibility in mind. You can choose whether to back up files or skip dependency checks, to reinstall/repair the Mod or update it, and more! While its main features are available in the web interface, most of the options aren't. The default action is to sync local Pi-hole repositories with our latest release. For installation instructions, see the readme. For the others, see the sidebar.

Usage

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

or

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

Instructions

Clone this wiki locally