1
0
mirror of https://github.com/gryf/vmstrap.git synced 2025-12-18 12:00:31 +01:00

Removed redundant update alt, removed not needed update-alternatives remove for python

This commit is contained in:
2020-07-14 10:03:01 +02:00
parent eafe839e84
commit ce04ef362f

View File

@@ -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