Modifié : automate.sh
Modifié : sisr1/README.md
This commit is contained in:
parent
23e555140f
commit
88ade4ae48
@ -15,9 +15,11 @@ echo "Quelle branche est concernée ? [1 = main, 2 = tests]"
|
||||
read branch
|
||||
if [ $branch == 1 ] ; then
|
||||
if [ $answer == 1 ] ; then
|
||||
git checkout main
|
||||
echo "Récupération des fichiers à jour, branche main..."
|
||||
git pull origin main
|
||||
else
|
||||
git checkout main
|
||||
echo "Ajout des fichiers au Gitea..."
|
||||
sleep 2
|
||||
git add .
|
||||
@ -30,6 +32,7 @@ if [ $branch == 1 ] ; then
|
||||
fi
|
||||
else
|
||||
if [ $answer == 1 ] ; then
|
||||
git checkout tests
|
||||
echo "Récupération des fichiers à jour dans la branche tests..."
|
||||
git pull origin tests
|
||||
else
|
||||
|
@ -1 +1,15 @@
|
||||
Chaque dossier porte le nom du TP associé.
|
||||
Chaque dossier porte le numéro du TP associé.
|
||||
|
||||
01: Mise en oeuvre d'une infrastructure DHCP et routage.
|
||||
|
||||
02: Paramétrage d'un serveur DNS. 03: Création d'un réseau privé à administrer.
|
||||
|
||||
04: Administration d'un réseau privé.
|
||||
|
||||
05: Création d'un partage de fichiers Samba.
|
||||
|
||||
06: Paramétrage d'un serveur proxy.
|
||||
|
||||
07: Firewall avec netfilter et nftables.
|
||||
|
||||
08: Modification d'une infrastructure.
|
Loading…
x
Reference in New Issue
Block a user