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)