From 72ca84545e6870c7897f8b1dffdc499449189744 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Tue, 28 May 2024 18:56:33 -0400 Subject: [PATCH] add SSH config Signed-off-by: ahuston-0 --- docs/sample-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sample-setup.sh b/docs/sample-setup.sh index 229190e..44f88b8 100644 --- a/docs/sample-setup.sh +++ b/docs/sample-setup.sh @@ -181,4 +181,4 @@ Host github.com IdentityFile /root/.ssh/id_ed25519_ghdeploy EOF printf "%s" "$SSHCONFIG" | sudo tee /root/.ssh/config -sudo $GC remote set-url origin 'git@github.com:RAD-Development/nix-dotfiles.git' +sudo "$GC" remote set-url origin 'git@github.com:RAD-Development/nix-dotfiles.git'