mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-24 15:13:42 +00:00
Update basic-install.sh
This commit is contained in:
parent
73221614e0
commit
1630007579
1 changed files with 1 additions and 0 deletions
|
@ -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 curl -o /etc/lighttpd/lighttpd.conf "https://raw.githubusercontent.com/jacobsalmela/pi-hole/master/advanced/lighttpd.conf"
|
||||||
sudo mkdir /var/www/pihole
|
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/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..."
|
echo "Turning services back on..."
|
||||||
sudo service dnsmasq start
|
sudo service dnsmasq start
|
||||||
|
|
Loading…
Reference in a new issue