bootstrap-root: fix exa on 0.10.1
This commit is contained in:
parent
afb11da53e
commit
e30ad9bc56
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue