From 548defb636ce5e3254b24ac08bd0a6cb04b91d78 Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Tue, 8 Oct 2024 21:36:00 -0700 Subject: [PATCH] update clone uri update --- public/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/install.sh b/public/install.sh index 7639c6a..c376398 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 https://github.com/nexus-xyz/network-cli) + (cd $NEXUS_HOME && git clone https://github.com/nexus-xyz/network-api) fi (cd $NEXUS_HOME/network-api/clients/cli && cargo run --release --bin prover -- beta.orchestrator.nexus.xyz)