From f46985cf0dab9b95919eacd275ff2de54dde6278 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Sat, 4 Nov 2017 10:17:03 +0100 Subject: [PATCH] --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 && \