Skip to content

Commit

Permalink
changed all bit.ly links with a direct link (#1336)
Browse files Browse the repository at this point in the history
Signed-off-by: fraVlaca <ocsenarf@outlook.com>
  • Loading branch information
fraVlaca committed May 13, 2022
1 parent 14467a4 commit 4bbb40c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# if the binaries are not available, download them
if [[ ! -d "bin" ]]; then
curl -sSL http://bit.ly/2ysbOFE | bash -s -- 1.4.8 1.4.8 0.4.15 -ds
curl -sSL -k https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/bootstrap.sh | bash -s -- 1.4.8 1.4.8 0.4.15 -ds
fi

rm -rf ./crypto-config/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ cd ${DIR}

npm i
docker-compose -p caliper up -d

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# if the binaries are not available, download them
if [[ ! -d "bin" ]]; then
curl -sSL http://bit.ly/2ysbOFE | bash -s -- 1.4.8 1.4.8 0.4.15 -ds
curl -sSL -k https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/bootstrap.sh | bash -s -- 1.4.8 1.4.8 0.4.15 -ds
fi

rm -rf ./crypto-config/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# if the binaries are not available, download them
if [[ ! -d "bin" ]]; then
curl -sSL http://bit.ly/2ysbOFE | bash -s -- 1.4.8 1.4.8 0.4.15 -ds
curl -sSL -k https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/bootstrap.sh | bash -s -- 1.4.8 1.4.8 0.4.15 -ds
fi

rm -rf ./crypto-config/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# if the binaries are not available, download them
if [[ ! -d "bin" ]]; then
curl -sSL http://bit.ly/2ysbOFE | bash -s -- 1.4.8 1.4.8 0.4.15 -ds
curl -sSL -k https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/bootstrap.sh | bash -s -- 1.4.8 1.4.8 0.4.15 -ds
fi

rm -rf ./crypto-config/
Expand Down

0 comments on commit 4bbb40c

Please sign in to comment.