- Install Chromebook Recovery Utility
- Download raspberry lite image (64-bit for pi zero 2)
- Use
xz -d
<file> to get animg
- Zip the
img
file - Use the chrome recovery utility to burn it to your SD card
curl -sL dwallraff.com/pihole_config | bash
ssh <username>@raspberrypi
curl -sSL https://install.pi-hole.net | bash
sudo pihole setpassword
echo '<head><meta http-equiv="Refresh" content="0; URL=http://raspberrypi.local/admin/"/></head>' | sudo tee -a /var/www/html/index.html
sudo apt install unattended-upgrades
echo unattended-upgrades unattended-upgrades/enable_auto_updates boolean true | sudo debconf-set-selections
sudo dpkg-reconfigure -f noninteractive unattended-upgrades
curl -sL dwallraff.com/pihole_blocklists | bash