Skip to content

Commit 062e53d

Browse files
committed
update fiber
1 parent 5f00e14 commit 062e53d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

prepare.sh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
set -e
2-
git clone https://github.com/nervosnetwork/ckb-cli.git
3-
cd ckb-cli
4-
git checkout develop
5-
make prod
6-
cp target/release/ckb-cli ../source/ckb-cli
7-
cd ../
2+
cp download/0.117.0/ckb-cli ./source/ckb-cli
83
cp download/0.110.2/ckb-cli ./source/ckb-cli-old
94
git clone https://github.com/nervosnetwork/fiber
105
cd fiber
116
cargo build
127
cd ../
13-
mkdir -p download/fiber/0.1.0
14-
cp fiber/target/debug/fnn download/fiber/0.1.0
8+
cp fiber/target/debug/fnn download/fiber/0.2.0
159
#cp download/0.117.0/ckb-cli ./source/ckb-cli
1610
#git clone https://github.com/quake/ckb-light-client.git
1711
#cd ckb-light-client

0 commit comments

Comments
 (0)