From daa648900d6d3a75f779411d47930038a396d5b5 Mon Sep 17 00:00:00 2001 From: Grizouille Date: Fri, 28 Nov 2025 15:45:22 +0000 Subject: [PATCH] Actualiser pihole-alpine-install.sh --- pihole-alpine-install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pihole-alpine-install.sh b/pihole-alpine-install.sh index edff86d..554500c 100644 --- a/pihole-alpine-install.sh +++ b/pihole-alpine-install.sh @@ -173,7 +173,6 @@ echo "" echo "📋 PROCHAINES ÉTAPES:" echo "1. Configurer vos appareils pour utiliser cette machine comme DNS" echo "2. Accéder à l'interface web: http://$(hostname -s | awk '{print $1}')/admin/" -echo "3. Le mot de passe admin est affiché ci-dessus ou avec: sudo pihole -a -p" echo "" echo "🔄 Redémarrage recommandé pour s'assurer que tout fonctionne correctement:" echo " reboot" @@ -186,4 +185,6 @@ echo " sudo service pihole-FTL status" rm -f basic-install.sh echo "" -log "Script d'installation terminé avec succès! 🎉" \ No newline at end of file +log "Script d'installation terminé avec succès! 🎉" + +pihole setpassword \ No newline at end of file