fix: update clone uri (#8)
This commit is contained in:
parent
3af03e5889
commit
4e7066d972
@ -25,7 +25,7 @@ if [ -d "$NEXUS_HOME/network-api" ]; then
|
|||||||
(cd $NEXUS_HOME/network-api && git pull)
|
(cd $NEXUS_HOME/network-api && git pull)
|
||||||
else
|
else
|
||||||
mkdir -p $NEXUS_HOME
|
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
|
fi
|
||||||
|
|
||||||
(cd $NEXUS_HOME/network-api/clients/cli && cargo run --release --bin prover -- beta.orchestrator.nexus.xyz)
|
(cd $NEXUS_HOME/network-api/clients/cli && cargo run --release --bin prover -- beta.orchestrator.nexus.xyz)
|
||||||
|
Loading…
Reference in New Issue
Block a user