From 1ce48238b020afc75a756b99cf94b950a3d61a48 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Fri, 31 Jan 2020 10:59:29 +0100 Subject: [PATCH] bootstrap-root: install exa via package manager --- bootstrap-root.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 0fda424..7d98dcb 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -12,14 +12,13 @@ apt-get update \ build-essential \ byobu \ ca-certificates \ - cargo \ clang \ cmake \ command-not-found \ curl \ elinks \ + exa \ git \ - golang-go \ highlight \ htop \ libgit2-dev \ @@ -47,8 +46,4 @@ apt-get install -y nodejs curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python2 curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3 -# install exa - -cargo install --root /usr/local --git https://github.com/ogham/exa - pip install ranger-fm