Add "sudo bash" to installation instructions

* Running as sudo/root prevents script from being re-downloaded, unintentionally side-stepping manual code review by end user

Signed off by WaLLy3K <wally3k@pi-hole.net>
pull/1769/head
WaLLy3K 7 years ago committed by GitHub
parent d92f9b4dbd
commit 0a4d3ef6e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,13 +33,13 @@ Those who want to get started quickly and conveniently, may install Pi-hole usin
```
git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole
cd "Pi-hole/automated install/"
bash basic-install.sh
sudo bash basic-install.sh
```
### Method 2: Manually download the installer and run
```
wget -O basic-install.sh https://install.pi-hole.net
bash basic-install.sh
sudo bash basic-install.sh
```
## Post-install: Make your network take advantage of Pi-hole

Loading…
Cancel
Save