From f6b1730eb0fbb7ed3d9e4135ee4e27b80c29be3a Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Thu, 28 May 2020 21:23:46 +0200 Subject: [PATCH] bootstrap-root: Added exa via cargo --- bootstrap-root.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index eda8061..f686eae 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -12,6 +12,7 @@ apt-get update \ build-essential \ byobu \ ca-certificates \ + cargo \ clang \ cmake \ command-not-found \ @@ -46,6 +47,7 @@ curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3 pip install ranger-fm +cargo install --root /usr/local --git https://github.com/ogham/exa 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