commit b8dc3f70f5ddb854ac2a030a4c789b91938977d5 Author: Grizouille Date: Fri Nov 28 15:33:03 2025 +0000 Ajouter Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..41dc321 --- /dev/null +++ b/Readme.md @@ -0,0 +1,8 @@ +# nstallation de Pe-Hole sur distrib Alpine + +``` +apk add sudo bash +wget -O pihole-alpine-install.sh https://raw.githubusercontent.com/your-repo/pihole-alpine-install.sh +chmod +x pihole-alpine-install.sh +sudo bash pihole-alpine-install.sh +``` \ No newline at end of file