From 2955e92821534e46dbea5b02015449afb541de32 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Sat, 29 Feb 2020 05:19:56 +0100 Subject: [PATCH] bootstrap-root.sh: Rempved support for python2 --- bootstrap-root.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 3c0daa9..eda8061 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -22,7 +22,6 @@ apt-get update \ highlight \ htop \ libgit2-dev \ - libpython-dev \ libpython3-dev \ locales \ man \ @@ -43,7 +42,6 @@ curl $CURLOPT https://deb.nodesource.com/setup_13.x | bash - apt-get install -y nodejs # python3 related -curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python2 curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3 pip install ranger-fm