bootstrap.sh aktualisiert
Fix ssh key url
This commit is contained in:
parent
270acc2df0
commit
0626cb5dd5
1 changed files with 1 additions and 1 deletions
|
@ -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..."
|
||||
|
|
Loading…
Add table
Reference in a new issue