8 lines
440 B
Bash
Executable File
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." |