Update basic-install.sh

This commit is contained in:
Robert Vineyard 2015-03-23 11:46:54 -04:00
parent 73221614e0
commit 1630007579

View file

@ -49,6 +49,7 @@ sudo curl -o /etc/dnsmasq.conf "https://raw.githubusercontent.com/jacobsalmela/p
sudo curl -o /etc/lighttpd/lighttpd.conf "https://raw.githubusercontent.com/jacobsalmela/pi-hole/master/advanced/lighttpd.conf"
sudo mkdir /var/www/pihole
sudo curl -o /var/www/pihole/index.html "https://raw.githubusercontent.com/jacobsalmela/pi-hole/master/index.html"
sudo curl -o /var/www/Transparent.gif "http://upload.wikimedia.org/wikipedia/commons/c/ce/Transparent.gif"
echo "Turning services back on..."
sudo service dnsmasq start