mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Correct path for automated installer
basic-install.sh is in the `automated install` dir instead of `automated_installer`
This commit is contained in:
parent
47196d86ad
commit
eddca8f127
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ _If you wish to read over the script before running it, run `nano basic-install.
|
|||
|
||||
```
|
||||
git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole
|
||||
cd Pi-hole/automated_installer/
|
||||
cd Pi-hole/automated\ install/
|
||||
bash basic-install.sh
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue