Commit Graph

5 Commits

Author SHA1 Message Date
Shivaram Lingamneni
8fa70e2c45 fix bashisms in install.sh 2019-02-28 20:02:50 -05:00
Chris Smith
2598569f3a Use /bin/sh rather than /bin/bash
This makes it much easier to run on alpine which ships with
only a /bin/sh by default.
2019-03-01 00:47:27 +00:00
Shivaram Lingamneni
98ab3d14ee improved error messages from walking someone through the steps 2019-02-21 16:24:07 -05:00
Shivaram Lingamneni
4af56f2dae add missing set -e
ensuring that install.sh exits 1 if `go install` fails,
which ensures that make sees the failure
2019-02-21 05:43:15 -05:00
Shivaram Lingamneni
b6feca05a3 first pass at #409 2019-02-21 03:38:06 -05:00