bootstrap.sh aktualisiert

Fix ssh key url
This commit is contained in:
kevinheyer 2025-04-06 11:25:58 +00:00
parent 270acc2df0
commit 0626cb5dd5

View file

@ -3,7 +3,7 @@
set -euo pipefail set -euo pipefail
USERNAME="skulladmin" 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" SSH_DIR="/home/$USERNAME/.ssh"
echo "[+] Creating user '$USERNAME' if it doesn't exist..." echo "[+] Creating user '$USERNAME' if it doesn't exist..."