Skip to content

Commit c19581d

Browse files
authored
Merge pull request #17 from Heshdude/improve-installers
Adding improvements for a test
2 parents af0408d + 31985c0 commit c19581d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

installers/hlf/installer.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@ description = "Hyperledger Fabric"
77
sh = """
88
if ! command -v docker
99
then
10-
@warn "docker could not be found"
10+
@warn "Docker could not be found"
1111
curl https://installer.to/docker | bash
1212
else
13-
@info "docker found"
13+
@info "Docker found"
1414
fi
1515
16-
@info "downloading Fabric........"
16+
@info "Downloading Fabric........"
1717
curl -sSL http://bit.ly/2ysbOFE -o bootstrap.sh
1818
chmod 755 ./bootstrap.sh
1919
@sudo bash ./bootstrap.sh
2020
2121
@sudo cp ./fabric-samples/bin/* /usr/local/bin
22-
2322
"""

0 commit comments

Comments
 (0)