diff --git a/install b/install index e0f82e3e..df6570c9 100755 --- a/install +++ b/install @@ -138,6 +138,7 @@ download() { local url=https://github.com/junegunn/fzf-bin/releases/download/$version/${1}.tgz set -o pipefail if ! (try_curl $url || try_wget $url); then + set +o pipefail binary_error="Failed to download with curl and wget" return fi