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