Skip to content

Instantly share code, notes, and snippets.

@punkhop
punkhop / dietpi-setup.sh
Last active July 19, 2025 00:39
DietPi Pi-hole + Home Assistant Setup Script
#!/bin/bash
# DietPi Pi-hole + Home Assistant Setup Script
# Installs: Pi-hole, Home Assistant
# Sets up: Auto-updates, backups, monitoring
set -e # Exit on any error
RED='\033[0;31m'
GREEN='\033[0;32m'