summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-09-19 22:18:04 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-09-19 22:18:04 +0900
commitd2f3604c1dd176b485ab82cebc956560f2e73657 (patch)
tree4e8f75c0724016cdf1b696d3ed7aac6fb40acb81 /install
parent72cc558fdc4547f4ec919af5952efea9de28bb9e (diff)
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