Commit initial

This commit is contained in:
2024-08-01 20:53:48 +02:00
commit 5f7c5acbfc
4 changed files with 143 additions and 0 deletions

32
install.sh Executable file
View File

@@ -0,0 +1,32 @@
#!/bin/bash
######################################################
# AUTEUR : Morgan JUBAULT
# DATE : 01/08/2024
#
# VERSION : 1.0
#
# TITRE : Installation de BashAdmin
# EXEC : ./install.sh
######################################################
clear
echo "BashAdmin$> Installation des prérequis..."
echo ""
##### INSTALLATION DES PRÉREQUIS #####
# curl
apt install curl -y
# sudo
apt install sudo -y
######################################
##### TÉLÉCHARGEMENT SCRIPT #####
# wget https://
#################################
echo ""
echo "BashAdmin$> Installation terminée."
echo ""