Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 275 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 275 Bytes

unifi-docker-script

One line script to install docker and unifi controller on a respberry pi

Command

sudo apt update -y && sudo apt install curl -y && curl -s https://raw.githubusercontent.com/maxcerny/unifi-docker-script/main/unifi-docker-script.sh | sudo bash