This commit is contained in:
parent
1252c93c93
commit
4fc9c12d5a
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
sudo -S bash -c "apt update && \
|
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 \
|
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 && \
|
python3-venv python3 locales man mc cmake clang build-essential libpython-dev libpython3-dev && \
|
||||||
apt-file update && \
|
apt-file update && \
|
||||||
update-command-not-found"
|
update-command-not-found"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue