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.

68 lines
3.9 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
██╗ ██╗██████╗ ██████╗ ██████╗ █████╗ ██████╗ ███████╗
██║ ██║██╔══██╗██╔════╝ ██╔══██╗██╔══██╗██╔══██╗██╔════╝
██║ ██║██████╔╝██║ ███╗██████╔╝███████║██║ ██║█████╗
██║ ██║██╔═══╝ ██║ ██║██╔══██╗██╔══██║██║ ██║██╔══╝
╚██████╔╝██║ ╚██████╔╝██║ ██║██║ ██║██████╔╝███████╗
╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚══════╝"
9 months ago
sudo apt-get install git wget curl net-tools nmap htop python3-pip zip openssh-server gimp wireguard -y
8 months ago
# COMMENTER LES LIGNES DES INSTALLATIONS NON VOULUES:
9 months ago
# VSCODIUM
./scripts/vscodium-install.sh
8 months ago
# TABBY
9 months ago
./scripts/tabby_install.sh
# DOCKER
8 months ago
./scripts/docker-install.sh
9 months ago
8 months ago
# DOCKER COMPOSE
./scripts/docker-compose.sh
9 months ago
# VIRTUALBOX
./scripts/virtualbox-install.sh
# VAGRANT
8 months ago
./scripts/vagrant-install.sh
9 months ago
8 months ago
# JENKINS
./scripts/jenkins-install.sh
# KUBERNETES
./scripts/kubernetes-install.sh
9 months ago
8 months ago
# CMATRIX SCREENSAVER
./scripts/cmatrix-install.sh
9 months ago
echo "\n
██████╗ ██████╗ ███╗ ██╗███████╗██╗
██╔══██╗██╔═══██╗████╗ ██║██╔════╝██║
██║ ██║██║ ██║██╔██╗ ██║█████╗ ██║
██║ ██║██║ ██║██║╚██╗██║██╔══╝ ╚═╝
██████╔╝╚██████╔╝██║ ╚████║███████╗██╗
╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚══════╝╚═╝"