From ce04ef362f392f674eb9f6344cf10f7396934ea3 Mon Sep 17 00:00:00 2001 From: gryf Date: Tue, 14 Jul 2020 10:03:01 +0200 Subject: [PATCH] Removed redundant update alt, removed not needed update-alternatives remove for python --- bootstrap.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 1310d11..9ecca58 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -168,8 +168,6 @@ ubuntu() { # 4. change alternatives sudo update-alternatives --set editor /usr/bin/vim.basic - sudo update-alternatives --remove-all python - sudo update-alternatives --set editor /usr/bin/vim.basic sudo update-alternatives \ --install /usr/bin/python python /usr/bin/python3.6 10 sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10