The original post: /r/pihole by /u/JamSa on 2024-10-11 18:21:51.

I just set up a raspbery pi for the first time today, I have the Pi Zero W, and it’s running Pi OS. I got everything booted, connected to my network, and updated so I went to install pihole via the command line.

I call

curl -sSL https://install.pi-hole.net | bash

And I get the error “html: no such file or directory”

I call

git clone --depth 1  Pi-holehttps://github.com/pi-hole/pi-hole.git

and I get the error “fatal: repositiory not found”.

What am i doing wrong? Why are the repo’s instructions not working?