Skip to content

Instantly share code, notes, and snippets.

@Solnse
Solnse / unifi-pi.md
Created March 14, 2023 15:52 — 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