Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Commit c3b9e96

Browse files
committed
added lots of spacing for readability
1 parent 8b6a6bf commit c3b9e96

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

install.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@
88
echo " => Installing"
99
echo ''
1010
gem install rest-client
11+
echo ''
1112
gem install money
13+
echo ''
1214
gem install monetize
1315
echo ''
1416
echo "=> Finished gem install"
15-
17+
echo ''
1618
curl -LO https://github.com/jakewmeyer/Ruby-Scripts/archive/master.zip
17-
19+
echo ''
1820
echo "=> Finished file download"
21+
echo ''
1922
exit 0

0 commit comments

Comments
 (0)