summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-05-10 23:50:12 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-05-10 23:50:12 -0700
commitf959128281643bc667f80503f6bd5455a0ed6f11 (patch)
tree8057aadd55c4fe9770e4303a2dd079e41de2a0fb /scripts
parent28bca3f397958c774b9a3a5fe90f791d17da73f2 (diff)
Update README and download.sh
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/download.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/download.sh b/scripts/download.sh
index be5ccb8..831c482 100755
--- a/scripts/download.sh
+++ b/scripts/download.sh
@@ -20,7 +20,9 @@ case "$arch" in
Linux\ *64) download linux_amd64 ;;
Linux\ *86) download linux_386 ;;
*)
- echo "No binary found for your system"
+ echo "\
+No binary found for your system.
+Feel free to request that we prebuild one that works on your system."
exit 1
;;
esac