Fix wget ssh.

This commit is contained in:
2025-09-11 00:41:39 +05:30
parent 8ce6a6e466
commit 2b48107b65

View File

@@ -26,5 +26,5 @@ It is useful for managing server access in organizations where team membership o
Run this as root: Run this as root:
```bash ```bash
wget https://raw.githubusercontent.com/excloud-in/examples/main/sync-github-sshkeys/sync-github-sshkeys.sh && bash sync-github-sshkeys.sh wget -O sync-github-sshkeys.sh https://raw.githubusercontent.com/excloud-in/examples/main/sync-github-sshkeys/sync-github-sshkeys.sh && bash sync-github-sshkeys.sh
``` ```