From 01bf5a8ec83a54f63c542de1d86a574dad718c6f Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Fri, 13 Jul 2018 09:37:55 +0200 Subject: [PATCH] --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 33e159e..d2dee66 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,6 @@ #! /bin/sh -sudo -S bash -c "apt install bash-completion elinks git zsh curl neovim byobu command-not-found apt-file htop python3-venv python3 locales man mc cmake clang build-essential libpython-dev libpython3-dev && \ +sudo -S bash -c "apt install bash-completion elinks git zsh curl neovim byobu command-not-found apt-file htop \ + python3-venv python3 locales man mc cmake clang build-essential libpython-dev libpython3-dev && \ apt-file update && \ update-command-not-found"