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..."