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"