From 0626cb5dd58416d0931cd9fd69aa95a7f9e16c6d Mon Sep 17 00:00:00 2001 From: kevinheyer Date: Sun, 6 Apr 2025 11:25:58 +0000 Subject: [PATCH] bootstrap.sh aktualisiert Fix ssh key url --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 8cecd31..a408783 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -3,7 +3,7 @@ set -euo pipefail USERNAME="skulladmin" -SSH_KEY_URL="https://raw.githubusercontent.com/skulldev-de/kevinheyer/trusted-ssh-keys/main/trusted_ssh_keys" +SSH_KEY_URL="https://skulldev.de/kevinheyer/trusted-ssh-keys/raw/branch/main/trusted_ssh_keys" SSH_DIR="/home/$USERNAME/.ssh" echo "[+] Creating user '$USERNAME' if it doesn't exist..."