From e374b7e6a6a5f630a0fc061240fcc36111299325 Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Tue, 25 Feb 2025 17:34:14 +0100 Subject: [PATCH] Changes git repos to SSH --- .config/yadm/bootstrap.d/40-GitRepositories.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/yadm/bootstrap.d/40-GitRepositories.sh b/.config/yadm/bootstrap.d/40-GitRepositories.sh index 0506cf0..9e63ce8 100755 --- a/.config/yadm/bootstrap.d/40-GitRepositories.sh +++ b/.config/yadm/bootstrap.d/40-GitRepositories.sh @@ -2,8 +2,8 @@ declare -A repositories -repositories['DSA']="https://git.php.fail/neintonine/dsa.git" -repositories['Notes']="https://git.php.fail/neintonine/notes.git" +repositories['DSA']="ssh://git.php.fail/neintonine/dsa.git" +repositories['Notes']="ssh://git.php.fail/neintonine/notes.git" for path in "${!repositories[@]}"; do url=${repositories[$path]}