From e30ad9bc5626383935e63e38d2309642a89af42e Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 7 Sep 2021 12:43:49 +0000 Subject: [PATCH] bootstrap-root: fix exa on 0.10.1 --- bootstrap-root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index b5e2c51..a8ba660 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -47,7 +47,7 @@ curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3 pip install ranger-fm -[ ! -x "$(which exa)" ] && cargo install --root /usr/local --git https://github.com/ogham/exa +[ ! -x "$(which exa)" ] && cargo install --root /usr/local --git https://github.com/ogham/exa --tag v0.10.1 cargo install --root /usr/local --git https://github.com/mookid/diffr