hyperledger-fabric-example icon indicating copy to clipboard operation
hyperledger-fabric-example copied to clipboard

curl command not working

Open rahat-github opened this issue 7 years ago • 2 comments

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

rahat-github avatar Feb 27 '18 06:02 rahat-github

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

ajile-in avatar Feb 27 '18 09:02 ajile-in

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

rahat-github avatar Feb 27 '18 11:02 rahat-github