From 1db3b4654729bdb1039fe2d17fc4e21c6922a725 Mon Sep 17 00:00:00 2001 From: zoli Date: Tue, 23 Dec 2025 06:08:27 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e62cf10..c3e814d 100644 --- a/install.sh +++ b/install.sh @@ -65,5 +65,5 @@ echo "[15/${steps}] copying authorized_keys to rpi" scp ~/.ssh/authorized_keys zoli@192.168.0.187:~/.ssh/ echo "[16/${steps}] downloading hosts file" -curl http://192.168.0.187:3000/zoli/linux-configs/raw/branch/main/hosts -o /etc/hosts +sudo curl http://192.168.0.187:3000/zoli/linux-configs/raw/branch/main/hosts -o /etc/hosts