You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
4.0 KiB
Bash

#!/bin/bash
# UPDATE
echo "\n
██╗ ██╗██████╗ ██████╗ █████╗ ████████╗███████╗
██║ ██║██╔══██╗██╔══██╗██╔══██╗╚══██╔══╝██╔════╝
██║ ██║██████╔╝██║ ██║███████║ ██║ █████╗
██║ ██║██╔═══╝ ██║ ██║██╔══██║ ██║ ██╔══╝
╚██████╔╝██║ ██████╔╝██║ ██║ ██║ ███████╗
╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝"
sudo apt-get update
echo "\n
██╗ ██╗██████╗ ██████╗ ██████╗ █████╗ ██████╗ ███████╗
██║ ██║██╔══██╗██╔════╝ ██╔══██╗██╔══██╗██╔══██╗██╔════╝
██║ ██║██████╔╝██║ ███╗██████╔╝███████║██║ ██║█████╗
██║ ██║██╔═══╝ ██║ ██║██╔══██╗██╔══██║██║ ██║██╔══╝
╚██████╔╝██║ ╚██████╔╝██║ ██║██║ ██║██████╔╝███████╗
╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚══════╝"
sudo apt-get upgrade
# PAQUETS BASIQUES
echo "\n
██████╗ █████╗ ███████╗██╗ ██████╗ ██╗ ██╗███████╗███████╗
██╔══██╗██╔══██╗██╔════╝██║██╔═══██╗██║ ██║██╔════╝██╔════╝
██████╔╝███████║███████╗██║██║ ██║██║ ██║█████╗ ███████╗
██╔══██╗██╔══██║╚════██║██║██║▄▄ ██║██║ ██║██╔══╝ ╚════██║
██████╔╝██║ ██║███████║██║╚██████╔╝╚██████╔╝███████╗███████║
╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚══▀▀═╝ ╚═════╝ ╚══════╝╚══════╝"
sudo apt-get install git wget curl net-tools iptables resolvconf rsyslog nmap htop python3-pip python3-venv zip openssh-server gimp fail2ban wireguard -y
# COMMENTER LES LIGNES DES INSTALLATIONS NON VOULUES:
# VSCODIUM
./scripts/vscodium_install.sh
# TABBY
./scripts/tabby_install.sh
# DOCKER
./scripts/docker_install.sh
# VIRTUALBOX
./scripts/virtualbox_install.sh
# VAGRANT
./scripts/vagrant_install.sh
# JENKINS
#./scripts/jenkins_install.sh
# KUBERNETES
#./scripts/kubernetes_install.sh
# CMATRIX SCREENSAVER
./scripts/cmatrix_install.sh
echo "\n
██████╗ ██████╗ ███╗ ██╗███████╗██╗
██╔══██╗██╔═══██╗████╗ ██║██╔════╝██║
██║ ██║██║ ██║██╔██╗ ██║█████╗ ██║
██║ ██║██║ ██║██║╚██╗██║██╔══╝ ╚═╝
██████╔╝╚██████╔╝██║ ╚████║███████╗██╗
╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚══════╝╚═╝"