From 2b48107b65f0647aa326c59662d450146fae9353 Mon Sep 17 00:00:00 2001 From: Arjun Hemrajani Date: Thu, 11 Sep 2025 00:41:39 +0530 Subject: [PATCH] Fix wget ssh. --- sync-github-sshkeys/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-github-sshkeys/Readme.md b/sync-github-sshkeys/Readme.md index 79b0a1c..f296297 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 -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 ```