summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-09-19 22:51:12 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-09-19 22:51:12 +0900
commitd980e00961e64c12c28fe6adb209a6c0a652efd1 (patch)
tree4e8f75c0724016cdf1b696d3ed7aac6fb40acb81 /install
parent987799f8fbd2367fe99383a1ddf9ddf5d4ed253f (diff)
Revert "Revert "0.10.6""
Diffstat (limited to 'install')
-rwxr-xr-xinstall11
1 files changed, 3 insertions, 8 deletions
diff --git a/install b/install
index 9b9b04d4..51b56ec7 100755
--- a/install
+++ b/install
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
-[[ "$@" =~ --pre ]] && version=0.10.5 pre=1 ||
- version=0.10.5 pre=0
+[[ "$@" =~ --pre ]] && version=0.10.6 pre=1 ||
+ version=0.10.6 pre=0
cd $(dirname $BASH_SOURCE)
fzf_base=$(pwd)
@@ -80,12 +80,7 @@ download() {
return
fi
- chmod +x $1 && symlink $1 || return 1
- if [[ $1 =~ linux_amd64$ ]]; then
- check_binary || download $1-static
- else
- check_binary
- fi
+ chmod +x $1 && symlink $1 && check_binary
}
# Try to download binary executable