ajoutt func_google chrome

This commit is contained in:
2024-12-02 11:53:46 +01:00
parent 9001ee016c
commit 44cb6d5f22
3 changed files with 22 additions and 10 deletions

View File

@@ -157,4 +157,14 @@ echo "Installation de VirtualBox"
exit 1
fi
sleep 2
echo "Installation de Google Chrome"
if func_Chrome 2>> $log_erreurs; then
echo "Installation de Google Chrome réussie"
else
echo "Erreur lors de l'installation de Google Chrome"
echo "logs d'erreurs disponibles dans le fichier: $log_erreurs"
exit 1
fi
sleep 2
}

View File

@@ -33,6 +33,7 @@ func_menu()
echo "GESTION DE DEPLOIEMENT DE POSTES DEBIAN"
echo "----------------------------------------"
echo "U - Déploiement/intégration complète au domaine type poste utilisateur"
echo "S - Déploiement/intégration complète au domaine type Serveur"
echo "M - Installation Malwarebytes"
echo "D - Intégration au domaine"
echo "O - Installation OCS"
@@ -76,7 +77,8 @@ while true ;do
;;
d|D)
echo ""
func_integration_domain
#func_integration_domain
echo "$folder/Integration_domain/integration_domain.sh"
#echo "Intégration au domaine"
;;
o|O)