From 10aee82b9c779b0cf80fbccc7d49c0a05b952525 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Thu, 6 Sep 2018 19:42:45 +0200 Subject: [PATCH] --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index fd9f5d9..b64f4b2 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -18,7 +18,7 @@ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - sudo apt-get install -y nodejs # python3 related -sudo -S bash -c "curl -RLfs https://bootstrap.pypa.io/get-pip.py | python2 &&\ +sudo -HS bash -c "curl -RLfs https://bootstrap.pypa.io/get-pip.py | python2 &&\ curl -RLfs https://bootstrap.pypa.io/get-pip.py | python3" # vim related