From c83c8a858ce81735e0bf8b474bf36d661e2d7815 Mon Sep 17 00:00:00 2001 From: zoli Date: Mon, 22 Dec 2025 20:34:10 +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 4b1f202..49c17a0 100644 --- a/install.sh +++ b/install.sh @@ -19,7 +19,7 @@ echo "alias logs='docker logs -f'" >> ~/.bashrc echo 'eval "$(zoxide init bash)"' >> ~/.bashrc echo "alias cd='z' " >> ~/.bashrc echo "alias ff='fastfetch'" >> ~/.bashrc -echo 'alias rpi="kitty +kitten ssh zoli@192.168.0.9"' >> ~/.bashrc +echo 'alias rpi="kitty +kitten ssh zoli@192.168.0.187"' >> ~/.bashrc echo "[4/${steps}] Creating Kitty config folders"