This commit is contained in:
parent
7f54f652e8
commit
f46985cf0d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
sudo bash -c "apt install bash-completion elinks git zsh curl vim-nox byobu command-not-found apt-file htop python3-venv python3 locales man mc && \
|
||||
sudo -S bash -c "apt install bash-completion elinks git zsh curl vim-nox byobu command-not-found apt-file htop python3-venv python3 locales man mc && \
|
||||
apt-file update && \
|
||||
update-command-not-found"
|
||||
|
||||
|
@ -48,7 +48,7 @@ set termguicolors
|
|||
source ~/.vimrc
|
||||
EOF
|
||||
|
||||
sudo bash -c "curl --tlsv1.2 -RLfs https://bootstrap.pypa.io/get-pip.py | python2 &&\
|
||||
sudo -S bash -c "curl --tlsv1.2 -RLfs https://bootstrap.pypa.io/get-pip.py | python2 &&\
|
||||
curl --tlsv1.2 -RLfs https://bootstrap.pypa.io/get-pip.py | python3"
|
||||
|
||||
git clone https://github.com/schtobia/oh-my-zsh.git $HOME/.oh-my-zsh && \
|
||||
|
|
Loading…
Reference in a new issue