diff --git a/bootstrap-root.sh b/bootstrap-root.sh index fb1cfae..3a9f86e 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -27,7 +27,6 @@ apt-get update \ man \ mc \ neovim \ - nodeenv \ python3 \ python3-jedi \ python3-neovim \ @@ -43,17 +42,6 @@ apt-get update \ python3-pipx \ && apt-file update -# node related -# shellcheck disable=SC2086 -curl $CURLOPT https://deb.nodesource.com/setup_14.x | bash - -apt-get install -y nodejs - -# python3 related -# shellcheck disable=SC2086 -curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3 - -pip install pipx - [ ! -x "$(which exa)" ] && cargo install --root /usr/local --git https://github.com/ogham/exa --tag v0.10.1 cargo install --root /usr/local --git https://github.com/mookid/diffr