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=$?