install build essential
This commit is contained in:
parent
8d5b8154e1
commit
639a1ffcd8
2 changed files with 3 additions and 2 deletions
|
@ -23,7 +23,7 @@ sudo apt-get install \
|
||||||
gnome-shell-extension-gpaste gpaste-2 whois winbind util-linux \
|
gnome-shell-extension-gpaste gpaste-2 whois winbind util-linux \
|
||||||
uuid-runtime python3-autopep8 python3-flake8 pre-commit python3-poetry \
|
uuid-runtime python3-autopep8 python3-flake8 pre-commit python3-poetry \
|
||||||
bsdgames vitetris wireguard wireshark virt-manager rustup \
|
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 remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
flatpak install \
|
flatpak install \
|
||||||
md.obsidian.Obsidian \
|
md.obsidian.Obsidian \
|
||||||
|
|
|
@ -2,6 +2,7 @@ set -e
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install git curl wget vim fd-find bat python3 \
|
apt-get install git curl wget vim fd-find bat python3 \
|
||||||
python-is-python3 tmux btop htop fzf lsd tldr trash-cli \
|
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 upgrade
|
||||||
apt-get autoremove
|
apt-get autoremove
|
||||||
|
|
Loading…
Add table
Reference in a new issue