bpennypacker / phad

Pi-Hole Alternate Display
GNU General Public License v3.0
75 stars 8 forks source link

Fix .bashrc snippet; Add missing pip requirements #1

Closed mileszim closed 6 years ago

mileszim commented 6 years ago

This fixes the .bashrc error from missing do:

-bash: /home/pi/.bashrc: line 123: syntax error near unexpected token `done'
-bash: /home/pi/.bashrc: line 123: `    done'

Additionally, it might have been me but rasbian did not have jinja2 or requests pip packages (or pip installed but that's not relevant), so I added them to the requirements.txt

Thanks for the cool tool!

bpennypacker commented 6 years ago

Awesome, thanks for the quick turnaround on taking a look and spotting these!