Adding Speed Test and a Dark Theme to Pi-Hole Ad Blocker

Just keeping these notes here for anyone else that might find them useful. First, install Pi-Hole as per regular. Then, You’ll want to get the Dark Theme going with pi-hole. Open a terminal (or SSH if you’re remoting in) (Ctrl+Alt+T) Type:cd /var/www/html/ Type:sudo wget https://raw.githubusercontent.com/lkd70/PiHole-Dark/master/install.sh Type:sudo chmod +x install.sh Type:sudo ./install.sh Follow the onscreen instructions! Then, verify it is working (you might have to clear cache) and that you see the dark theme....

August 20, 2017 · 2 min · 237 words · Matt G