User Tools

Site Tools


raspberry_pi:projects:pi_hole

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
raspberry_pi:projects:pi_hole [2025/02/05 15:30] – created jmbargalloraspberry_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 ====
  
 +<code>
 git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole
 cd "Pi-hole/automated install/" cd "Pi-hole/automated install/"
 sudo bash basic-install.sh sudo bash basic-install.sh
 +</code>
 ==== Alternative 2: Manually download the installer and run ==== ==== Alternative 2: Manually download the installer and run ====
  
 +<code>
 wget -O basic-install.sh https://install.pi-hole.net wget -O basic-install.sh https://install.pi-hole.net
 sudo bash basic-install.sh sudo bash basic-install.sh
 +</code>
  
 ==== 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:
 +<code>
 +pihole -up
 +</code>
 +
 +===== Uninstalling =====
 +
 +Pi-hole can be uninstalled using:
 +<code>
 +pihole uninstall
 +</code>
raspberry_pi/projects/pi_hole.1738769416.txt.gz · Last modified: 2025/02/05 15:30 by jmbargallo