ubuntu.sh: gcc g++ cmake

This commit is contained in:
Dict Xiong 2022-05-20 17:31:35 +08:00 committed by GitHub
parent c52d8e2e50
commit 163caa26f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ init()
# mass installation
apt update
apt install git tmux zsh curl wget dialog net-tools dnsutils netcat traceroute sudo python3 python3-pip cron inetutils-ping openssh-client openssh-server top htop
apt install git tmux zsh curl wget dialog net-tools dnsutils netcat traceroute sudo python3 python3-pip cron inetutils-ping openssh-client openssh-server htop gcc g++ cmake
for i in {fzf,ripgrep}; do apt install $i -y; done
# custom dotfiles (usually not needed)