Update bootstrap-root.sh
This commit is contained in:
parent
2a0b1c09cb
commit
1037783135
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ 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
|
||||
|
||||
cargo install --root /usr/local --git https://github.com/mookid/diffr
|
||||
|
||||
curl $CURLOPT -o /usr/local/sbin/cleanup.sh https://gist.github.com/schtobia/f02deeaf2fd20b23ae9fcf0f451cc858/raw/cleanup.sh \
|
||||
&& chmod u+x /usr/local/sbin/cleanup.sh
|
||||
|
|
Loading…
Reference in a new issue