use https instead of git (#7)
This commit is contained in:
parent
b5aad54d42
commit
3af03e5889
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user