[install] Add --pre option for downloading prerelease binary

This commit is contained in:
Junegunn Choi 2015-08-02 15:02:12 +09:00
parent e83ae34a3b
commit 9278f3acd2

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
version=0.10.1
[[ "$@" =~ --pre ]] && version=0.10.2
cd $(dirname $BASH_SOURCE)
fzf_base=$(pwd)