-
-
Notifications
You must be signed in to change notification settings - Fork 22
Uninstalling Speedtest Mod
Siddhu edited this page Feb 16, 2018
·
11 revisions
Get original admin codebase from git
sudo us
cd /var/www/html
mv admin mod_admin
git clone https://github.com/pi-hole/AdminLTE admin
cd /opt/pihole/
mv webpage.sh webpage.sh.mod
Get original webpage.sh file from git
wget https://github.com/arevindh/pi-hole/raw/master/advanced/Scripts/webpage.sh
chmod +x webpage.sh
In case you need update pihole using
pihole -up
-
-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