From 163caa26f275041c0e72b1173192907fafea0ba8 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Fri, 20 May 2022 17:31:35 +0800 Subject: [PATCH] ubuntu.sh: gcc g++ cmake --- tools/ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ubuntu.sh b/tools/ubuntu.sh index 4b7ea91..0f8e0f6 100755 --- a/tools/ubuntu.sh +++ b/tools/ubuntu.sh @@ -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)