Raspberry Pi with Pi-Hole Setup Instructions
I recently upgraded my Pi-Hole OS from Buster (v10) to Bookworm (v12). Even though I did this a few years back, it is hard to remember the steps needed to accomplish the goal. Especially for those that are more versed in Windows OS than Linux type OS. This time I decided to document the procedure.1. SD Card Setup
Updates the system and configures basic settings on the SD card.
sudo apt update && sudo apt full-upgrade -y sudo raspi-config # Timezone, SSH, expand filesystem sudo reboot