Skip to content

Commit

Permalink
update ckb-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
gpBlockchain committed Feb 9, 2024
1 parent 8d7017d commit 5a72f41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions prepare.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
set -e
git clone https://github.com/nervosnetwork/ckb-cli.git
version=`curl -s https://api.github.com/repos/nervosnetwork/ckb-cli/releases/latest | jq -r '.tag_name' `
git clone https://github.com/gpBlockchain/ckb-cli.git
cd ckb-cli
git checkout $version
make prod
cp target/release/ckb-cli ../source/ckb-cli
cd ../
Expand Down

0 comments on commit 5a72f41

Please sign in to comment.