Skip to content

Instantly share code, notes, and snippets.

@DarinLevesque
DarinLevesque / unifi-pi.md
Created October 18, 2022 21:34 — forked from danielmconrad/unifi-pi.md
Installing Unifi Controller + Pi-hole on a Raspberry Pi

Installing Unifi Controller + Pi-hole

Update Packages

sudo rpi-update
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get autoremove && sudo apt-get autoclean
sudo apt-get install vim -y