From 41e6ba9e710f7fa2d86ee7be875c2e084c4f3d90 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 25 Jul 2023 08:38:59 +0200 Subject: [PATCH] bootstrap-root: removed old junk --- bootstrap-root.sh | 12 ------------ 1 file changed, 12 deletions(-) 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