1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 06:08:21 +00:00

Merge pull request #389 from pi-hole/feature/httpsPull

Secure Pulls now with HTTPS
This commit is contained in:
Mcat12 2016-03-16 08:19:39 -04:00
commit babca8d47b

View File

@ -4,11 +4,11 @@
1. Install Raspbian 1. Install Raspbian
2. Run the command below 2. Run the command below
### ```curl -L install.pi-hole.net | bash``` ### ```curl -L https://install.pi-hole.net | bash```
#### Alternative Semi-Automated install #### #### Alternative Semi-Automated install ####
``` ```
wget -O basic-install.sh install.pi-hole.net wget -O basic-install.sh https://install.pi-hole.net
chmod +x basic-install.sh chmod +x basic-install.sh
./basic-install.sh ./basic-install.sh
``` ```