mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
parent
f09745b4ad
commit
eb462955fe
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue