ksachdeva / hyperledger-fabric-example

An example project to support blog posts on Bootstrapping a Hyperleder Fabric network
https://ksachdeva.github.com
Apache License 2.0
16 stars 12 forks source link

curl command not working #3

Open rahat-github opened 6 years ago

rahat-github commented 6 years ago

Unable to execute following curl command:

Fetch the Hyperledger Farbic tools and docker images

curl -sSL https://goo.gl/iX9dek | bash

Link (https://goo.gl/iX9dek) only not working.

Please help!

Thanks, Rahat

ajile-in commented 6 years ago

The script file URL is no longer valid. Hence, need to use the latest curl command from Fabric docs.

curl -sSL https://goo.gl/kFFqh5 | bash -s 1.0.6

rahat-github commented 6 years ago

Thanks Ajay! Seems to be working...:)