chgt scripts debian11

This commit is contained in:
“Albert
2023-02-02 09:28:05 +01:00
parent 431ebbe1ba
commit b5e4f05429
7 changed files with 41 additions and 15 deletions

View File

@ -0,0 +1,15 @@
#!/bin/bash
apt-get update
#apt upgrade -y;
mkdir -p tools/ansible
cd tools/ansible
git clone https://gitea.lyc-lecastel.fr/gadmin/gsb2023.git;
cd gsb2023/pre
bash inst-depl
cd /var/www/html/gsbstore
bash getall
cd /root/tools/ansible/gsb2023/pre
bash gsbboot
cd ..
bash pull-config