From c53febcdeb95fc38c445441c73f0def4c7c0c453 Mon Sep 17 00:00:00 2001 From: klaas Date: Wed, 26 Mar 2025 23:17:18 +0100 Subject: [PATCH] install.sh aktualisiert typo bei tmux.conf --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cb9b666..eed4c1d 100644 --- a/install.sh +++ b/install.sh @@ -103,7 +103,7 @@ log "📥 Lade Daten" run git clone https://git.boergmann.it/klaas/shellskripte cd shellskripte || exit 1 run cp ./configs/zshrc ~/.zshrc -run cp .config/tmux.conf ~/.tmux.conf +run cp ./config/tmux.conf ~/.tmux.conf mkdir -p ~/.ssh run cp ./ssh/authorized_keys ~/.ssh/authorized_keys run sudo sh ./ssh/ssh_password -n