4NK_dev/install.sh
2025-08-29 13:30:53 +00:00

8 lines
440 B
Bash
Executable File

#!/bin/bash
sudo apt update -y && sudo apt install -y dos2unix rsync direnv git curl vim tree sed net-tools iproute2 procps lsof psmisc tree htop dstat iotop strace ltrace tcpdump nmap curl wget jq sed gawk grep coreutils dnsutils traceroute whois sysstat iputils-ping iputils-tracepath
sudo apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
#./update_repos.sh
echo "Installation terminée."