Skip to content

Commit

Permalink
Update prepare.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gpBlockchain authored Feb 6, 2024
1 parent 57cc8d3 commit 06ae1e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions prepare.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
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
git checkout exec/data2
make prod
cp target/release/ckb-cli ../source/ckb-cli
cd ../
Expand All @@ -13,4 +12,4 @@ cp download/0.110.2/ckb-cli ./source/ckb-cli-old
#cargo build --release
#cd ../
#mkdir -p download/0.3.5
#cp ckb-light-client/target/release/ckb-light-client download/0.3.5
#cp ckb-light-client/target/release/ckb-light-client download/0.3.5

0 comments on commit 06ae1e0

Please sign in to comment.