mirror of
https://github.com/moparisthebest/pi-hole
synced 2024-11-12 04:15:03 -05:00
Update basic-install.sh
This commit is contained in:
parent
2d91a7a3c4
commit
2b4500363b
@ -8,7 +8,6 @@
|
||||
#
|
||||
# Or run the commands below in order
|
||||
|
||||
pihole_gitsource="https://raw.githubusercontent.com/jacobsalmela/pi-hole/master/"
|
||||
|
||||
clear
|
||||
echo " _____ _ _ _ "
|
||||
@ -26,6 +25,8 @@ echo " Press Enter when ready "
|
||||
echo " "
|
||||
read
|
||||
|
||||
pihole_gitsource="https://raw.githubusercontent.com/mospaeda/pi-hole/master/"
|
||||
|
||||
if [[ -f /etc/dnsmasq.d/adList.conf ]];then
|
||||
echo "Original Pi-hole detected. Initiating sub space transport..."
|
||||
sudo mkdir -p /etc/pihole/original/
|
||||
|
Loading…
Reference in New Issue
Block a user