From 5797a17d44d8df7ab8a2743eb613e03f53ed8edc Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Sat, 10 Nov 2018 20:44:43 +0100 Subject: [PATCH] --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 243f93a..a9925eb 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -5,7 +5,7 @@ SUITE=$(lsb_release -cs) sudo -S bash -c "apt update && apt dist-upgrade && \ apt install bash-completion locales man mc elinks git zsh curl neovim byobu htop \ command-not-found apt-file apt-transport-https ca-certificates software-properties-common \ - python3-venv python3 libpython-dev libpython3-de cmake clang build-essential && \ + python3-venv python3 libpython-dev libpython3-dev cmake clang build-essential && \ apt-file update && \ update-command-not-found"