From 1630007579f305d3d35bcbb1ffa73b8d5fee28a4 Mon Sep 17 00:00:00 2001 From: Robert Vineyard Date: Mon, 23 Mar 2015 11:46:54 -0400 Subject: [PATCH] Update basic-install.sh --- automated install/basic-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 9068d674..605c2d00 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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