Skip to content

Update speedtest mod

Siddhu Arevindh edited this page Oct 23, 2017 · 6 revisions

Updating speedtest mod is simple.

Switch to root

sudo su

!!! If you dont have speedtest.db in /etc/pihole if you are on First version

cp /var/www/html/admin/scripts/pi-hole/speedtest/speedtest.db
/etc/pihole/

Get latest webpage.sh file

cd /opt/pihole/ 
mv webpage.sh webpage.sh.mod 
wget https://github.com/arevindh/pi-hole/raw/master/advanced/Scripts/webpage.sh

Get latest admin from github

cd /var/www/html/admin 
git checkout /var/www/html/admin/scripts/pi-hole/speedtest/speedtest.db 
git remote  -v

If git remote -v gives something like origin https://github.com/arevindh/AdminLTE

git pull

If git remote -v gives something like mod https://github.com/arevindh/AdminLTE

git pull mod master
Clone this wiki locally