From 3af03e588940dba1ab3aecb09877165b34f69b95 Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Tue, 8 Oct 2024 17:51:17 -0700 Subject: [PATCH] use https instead of git (#7) --- 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)