diff --git a/bootstrap.sh b/bootstrap.sh index 202f380..1779f13 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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 && \