From f8ebe269a572333da28f3c63b21da04797b87f2d Mon Sep 17 00:00:00 2001 From: ChakshuGautam <chaks.gautam@gmail.com> Date: Sat, 11 Mar 2023 08:22:48 +0530 Subject: [PATCH] Fix: Git from non SSH to SSH --- install-central.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-central.sh b/install-central.sh index 5c1c70a..b9826ef 100644 --- a/install-central.sh +++ b/install-central.sh @@ -1,6 +1,6 @@ #!/bin/bash -git clone --recurse-submodules -j8 git@github.com:getodk/central.git +git clone --recurse-submodules -j8 https://github.com/getodk/central cd central # overwrite files from central-config to current folder -- GitLab