Transférer les fichiers vers 'ecoleA'

This commit is contained in:
Cédric Abonnel
2022-11-06 21:27:50 +01:00
parent edec954541
commit 8ff6267841
5 changed files with 39 additions and 0 deletions

7
ecoleA/01-install.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
serveur=192.168.1.45
curl $serveur/scripts/proxy.sh | sudo bash
curl $serveur/scripts/config-computer.sh | sudo bash
curl $serveur/scripts/update.sh | sudo bash
echo -e "\n [ INFO ] Il est recommande de redémarrer avec ''sudo reboot now''"