diff --git a/bootstrap.sh b/bootstrap.sh index d2dee66..af5ae61 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 \ +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 && \ apt-file update && \ update-command-not-found"