Hi,
me - again - thanks for the assistance yesterday!
I wanted to do a fresh install of Pi-hole on my other Pi for the LAN. as I got a new SSD card.
However, any of the below commands gives the same or very similar error. Not sure if I have gone crazy or have left out a step.
Update:
curl -sSL ``https://install.pi-hole.net`` | bash
Start the installation script but script stops with:
Error: Could not update local repository. Contact support.
Same happen with this command:
wget -O basic-install.sh ``https://install.pi-hole.net`` sudo bash basic-install.sh
curl -sSL ``https://install.pi-hole.net`` | bash
bash: line 1: 404:: command not found
wget -O basic-install.sh ``https://install.pi-hole.net
--2025-11-18 21:14:40-- https://install.pi-hole.net/
Resolving install.pi-hole.net (install.pi-hole.net)... 18.169.210.144, 2a05:d01c:502:9100:45a9:6a42:9df2:ee03
Connecting to install.pi-hole.net (install.pi-hole.net)|18.169.210.144|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/pi-hole/pi-hole/master/automated%20install/basic-install.sh [following]
--2025-11-18 21:14:41-- https://raw.githubusercontent.com/pi-hole/pi-hole/master/automated%20install/basic-install.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.110.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-11-18 21:14:41 ERROR 404: Not Found.
Fixed IP and DNS setup via nmcli
IP4.ADDRESS[1]: 192.168.2.252/24
IP4.GATEWAY: 192.168.2.1
IP4.ROUTE[1]: dst = 0.0.0.0/0, nh = 192.168.2.1, mt = 100
IP4.ROUTE[2]: dst = 192.168.2.0/24, nh = 0.0.0.0, mt = 100
IP4.DNS[1]: 1.1.1.1
IP4.DNS[2]: 8.8.8.8