We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af0408d + 31985c0 commit c19581dCopy full SHA for c19581d
installers/hlf/installer.toml
@@ -7,17 +7,16 @@ description = "Hyperledger Fabric"
7
sh = """
8
if ! command -v docker
9
then
10
- @warn "docker could not be found"
+ @warn "Docker could not be found"
11
curl https://installer.to/docker | bash
12
else
13
- @info "docker found"
+ @info "Docker found"
14
fi
15
16
-@info "downloading Fabric........"
+@info "Downloading Fabric........"
17
curl -sSL http://bit.ly/2ysbOFE -o bootstrap.sh
18
chmod 755 ./bootstrap.sh
19
@sudo bash ./bootstrap.sh
20
21
@sudo cp ./fabric-samples/bin/* /usr/local/bin
22
-
23
"""
0 commit comments