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

9 months ago
#!/bin/bash
# UPDATE
echo "\n
██╗ ██╗██████╗ ██████╗ █████╗ ████████╗███████╗
██║ ██║██╔══██╗██╔══██╗██╔══██╗╚══██╔══╝██╔════╝
██║ ██║██████╔╝██║ ██║███████║ ██║ █████╗
██║ ██║██╔═══╝ ██║ ██║██╔══██║ ██║ ██╔══╝
╚██████╔╝██║ ██████╔╝██║ ██║ ██║ ███████╗
╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝"
sudo apt-get update
echo "\n
██╗ ██╗██████╗ ██████╗ ██████╗ █████╗ ██████╗ ███████╗
██║ ██║██╔══██╗██╔════╝ ██╔══██╗██╔══██╗██╔══██╗██╔════╝
██║ ██║██████╔╝██║ ███╗██████╔╝███████║██║ ██║█████╗
██║ ██║██╔═══╝ ██║ ██║██╔══██╗██╔══██║██║ ██║██╔══╝
╚██████╔╝██║ ╚██████╔╝██║ ██║██║ ██║██████╔╝███████╗
╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚══════╝"
sudo apt-get upgrade
8 months ago
# 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
9 months ago
8 months ago
# COMMENTER LES LIGNES DES INSTALLATIONS NON VOULUES:
9 months ago
# VSCODIUM
8 months ago
./scripts/vscodium_install.sh
9 months ago
8 months ago
# TABBY
9 months ago
./scripts/tabby_install.sh
# DOCKER
8 months ago
./scripts/docker_install.sh
8 months ago
9 months ago
# VIRTUALBOX
8 months ago
./scripts/virtualbox_install.sh
9 months ago
# VAGRANT
8 months ago
./scripts/vagrant_install.sh
9 months ago
8 months ago
# JENKINS
8 months ago
#./scripts/jenkins_install.sh
8 months ago
# KUBERNETES
8 months ago
#./scripts/kubernetes_install.sh
9 months ago
8 months ago
# CMATRIX SCREENSAVER
8 months ago
./scripts/cmatrix_install.sh
9 months ago
echo "\n
██████╗ ██████╗ ███╗ ██╗███████╗██╗
██╔══██╗██╔═══██╗████╗ ██║██╔════╝██║
██║ ██║██║ ██║██╔██╗ ██║█████╗ ██║
██║ ██║██║ ██║██║╚██╗██║██╔══╝ ╚═╝
██████╔╝╚██████╔╝██║ ╚████║███████╗██╗
8 months ago
╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚══════╝╚═╝"