From 48a46a3abd7730b88b92bee9684aa99aba43281a Mon Sep 17 00:00:00 2001 From: zoli Date: Mon, 22 Dec 2025 20:46:35 +0100 Subject: [PATCH] Update install.sh --- install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 820954a..df4c19d 100644 --- a/install.sh +++ b/install.sh @@ -45,12 +45,13 @@ curl http://192.168.0.187:3000/zoli/linux-configs/raw/branch/main/theme.conf -o echo "[9/${steps}] deleting ~/.ssh/id_rsa" rm ~/.ssh/id_rsa -echo "[9/${steps}] deleting ~/.ssh/id_rsa.pub" +echo "[10/${steps}] deleting ~/.ssh/id_rsa.pub" rm ~/.ssh/id_rsa.pub -echo "[9/${steps}] creating SSH key" +echo "[11/${steps}] creating SSH key" ssh-keygen -q -t rsa -N '' -f ~/.ssh/id_rsa <</dev/null 2>&1 -echo "[9/${steps}] creating authorized_keys" +echo "[12/${steps}] creating authorized_keys" cp ~/.ssh/id_rsa.pub ~/.ssh/authorized_keys +echo "[13/${steps}] copying authorized_keys to rpi" scp ~/.ssh/authorized_keys zoli@192.168.0.187:~/.ssh/