install build essential

This commit is contained in:
Christoph J. Scherr 2025-07-28 19:33:36 +02:00
parent 8d5b8154e1
commit 639a1ffcd8
Signed by: PlexSheep
GPG key ID: 9EB784BB202BB7BB
2 changed files with 3 additions and 2 deletions

View file

@ -23,7 +23,7 @@ sudo apt-get install \
gnome-shell-extension-gpaste gpaste-2 whois winbind util-linux \
uuid-runtime python3-autopep8 python3-flake8 pre-commit python3-poetry \
bsdgames vitetris wireguard wireshark virt-manager rustup \
fonts-noto* cmake libgtk-3-dev fuse
fonts-noto* cmake libgtk-3-dev fuse build-essential
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install \
md.obsidian.Obsidian \

View file

@ -2,6 +2,7 @@ set -e
apt-get update
apt-get install git curl wget vim fd-find bat python3 \
python-is-python3 tmux btop htop fzf lsd tldr trash-cli \
ripgrep tree nmap unzip zsh lsof rsync moreutils fuse
ripgrep tree nmap unzip zsh lsof rsync moreutils fuse \
build-essential
apt-get upgrade
apt-get autoremove