From 4fc9c12d5a75bbc7c296b70c4d843493f4129a95 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Fri, 13 Jul 2018 12:57:15 +0200 Subject: [PATCH] --- bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index af5ae61..6524301 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,7 +1,7 @@ #! /bin/sh -sudo -S bash -c "apt update && \ - 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 update && apt dist-upgrade && \ + 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"