Skip to main content

Updating Pi-Hole

Updating Pi-Hole is an easy task. First, make sure your base OS is up to date. On Raspberry Pi OS (or any other Debian based OS), run the following command to update the OS:

It is always a good idea to update the base system OS first before update!

sudo apt update && sudo apt upgrade -y

Screenshot 2022-10-29 235952.png

Next, run the Pi-Hole update command:

sudo pihole -up

Screenshot 2022-11-29 022351.png