raspberry_pi:projects:pi_hole
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| raspberry_pi:projects:pi_hole [2025/02/05 15:30] – created jmbargallo | raspberry_pi:projects:pi_hole [2025/02/05 15:35] (current) – [Uninstalling] jmbargallo | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| ==== Alternative 1: Clone our repository and run ==== | ==== Alternative 1: Clone our repository and run ==== | ||
| + | < | ||
| git clone --depth 1 https:// | git clone --depth 1 https:// | ||
| cd " | cd " | ||
| sudo bash basic-install.sh | sudo bash basic-install.sh | ||
| + | </ | ||
| ==== Alternative 2: Manually download the installer and run ==== | ==== Alternative 2: Manually download the installer and run ==== | ||
| + | < | ||
| wget -O basic-install.sh https:// | wget -O basic-install.sh https:// | ||
| sudo bash basic-install.sh | sudo bash basic-install.sh | ||
| + | </ | ||
| ==== Alternative 3: Use Docker to deploy Pi-hole ==== | ==== Alternative 3: Use Docker to deploy Pi-hole ==== | ||
| Please refer to the Pi-hole docker repo to use the Official Docker Images. | Please refer to the Pi-hole docker repo to use the Official Docker Images. | ||
| + | |||
| + | ===== Updating ===== | ||
| + | |||
| + | |||
| + | Updating is as simple as running the following command: | ||
| + | < | ||
| + | pihole -up | ||
| + | </ | ||
| + | |||
| + | ===== Uninstalling ===== | ||
| + | |||
| + | Pi-hole can be uninstalled using: | ||
| + | < | ||
| + | pihole uninstall | ||
| + | </ | ||
raspberry_pi/projects/pi_hole.1738769416.txt.gz · Last modified: 2025/02/05 15:30 by jmbargallo
