diff --git a/sync-github-sshkeys/Readme.md b/sync-github-sshkeys/Readme.md index 7af2529..79b0a1c 100644 --- a/sync-github-sshkeys/Readme.md +++ b/sync-github-sshkeys/Readme.md @@ -26,5 +26,5 @@ It is useful for managing server access in organizations where team membership o Run this as root: ```bash -curl -s https://raw.githubusercontent.com/excloud-in/examples/main/sync-github-sshkeys/sync-github-sshkeys.sh | bash +wget https://raw.githubusercontent.com/excloud-in/examples/main/sync-github-sshkeys/sync-github-sshkeys.sh && bash sync-github-sshkeys.sh ```