diff --git a/scripts/install_cryosparc_lanes.sh b/scripts/install_cryosparc_lanes.sh index c926bee..7ef13af 100755 --- a/scripts/install_cryosparc_lanes.sh +++ b/scripts/install_cryosparc_lanes.sh @@ -32,7 +32,7 @@ if [ -d "config/.git" ]; then echo "Repository updated successfully." else echo "Cloning merlin7 branch of merlin-cryosparc into 'config' directory..." - if git clone -b merlin7 git@gitea.psi.ch:CLS-IT/merlin-cryosparc.git config; then + if git clone -b merlin7 https://gitea.psi.ch/CLS-IT/merlin-cryosparc.git config; then echo "Clone successful." else echo "Git clone failed."