From 2db2feea379af344c7289afbd04970e9d6f22a4a Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 16 Apr 2015 21:58:41 +0900 Subject: [PATCH] `install --bin` just for downloading the binary --- install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install b/install index c27470c..038e1f3 100755 --- a/install +++ b/install @@ -161,6 +161,8 @@ if [ -n "$binary_error" ]; then echo "OK" fi +[[ "$*" =~ "--bin" ]] && exit 0 + # Auto-completion ask "Do you want to add auto-completion support?" auto_completion=$?