From fd2a9cb3f89741d98ec3e53eec941a1d5e78f30e Mon Sep 17 00:00:00 2001 From: zoli Date: Tue, 23 Dec 2025 06:07:27 +0100 Subject: [PATCH] Update install.sh --- install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4b5727a..e62cf10 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -steps="15" +steps="16" if [ -e ~/.bashrc ] then echo "[1/${steps}] Creating .bashrc backup" @@ -63,3 +63,7 @@ echo "[14/${steps}] creating authorized_keys" cp ~/.ssh/id_rsa.pub ~/.ssh/authorized_keys 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 +