💥 work on install fzf script

This commit is contained in:
dth@taiga.ai 2023-06-11 20:35:50 +02:00
parent 5f34b38f9d
commit 1e6903d2ae

View file

@ -4,4 +4,13 @@
echo >&2 "=====================================================================" echo >&2 "====================================================================="
echo >&2 " >> installing fzf" echo >&2 " >> installing fzf"
FZF_VERSION=0.40.0 FZF_VERSION=0.40.0
curl -L https://github.com/junegunn/fzf/releases/download/${FZF_VERSION}/fzf-${FZF_VERSION}-linux_amd64.tar.gz | tar xzC /bin # curl -L https://github.com/junegunn/fzf/releases/download/${FZF_VERSION}/fzf-${FZF_VERSION}-linux_amd64.tar.gz | tar xzC /bin
echo >&2 " >>> downloading"
curl -LO https://github.com/junegunn/fzf/releases/download/${FZF_VERSION}/fzf-${FZF_VERSION}-linux_amd64.tar.gz
echo >&2 " >>> extracting"
tar xfv fzf-${FZF_VERSION}-linux_amd64.tar.gz
echo >&2 " >>> $(ls -la)"
# tar xzC /bin