bootstrap-root: install exa via package manager
This commit is contained in:
parent
026435afe5
commit
1ce48238b0
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue