Update bootstrap-root.sh

This commit is contained in:
Tobias Schmidl 2021-01-20 14:59:53 +01:00 committed by GitHub
parent 2a0b1c09cb
commit 1037783135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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