From b504f15945f5f1d5440c1134fcd8e0fb391b8c91 Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Tue, 8 Oct 2024 17:50:11 -0700 Subject: [PATCH] use https --- public/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/install.sh b/public/install.sh index 3cc94a6..7639c6a 100755 --- a/public/install.sh +++ b/public/install.sh @@ -25,7 +25,7 @@ if [ -d "$NEXUS_HOME/network-api" ]; then (cd $NEXUS_HOME/network-api && git pull) else mkdir -p $NEXUS_HOME - (cd $NEXUS_HOME && git clone git@github.com:nexus-xyz/network-cli) + (cd $NEXUS_HOME && git clone https://github.com/nexus-xyz/network-cli) fi (cd $NEXUS_HOME/network-api/clients/cli && cargo run --release --bin prover -- beta.orchestrator.nexus.xyz)