Installation / Instalacja
MongoDB 3.6
wget -qO - https://www.mongodb.org/static/pgp/server-5.0.asc | sudo apt-key add -
echo deb http://repo.mongodb.org/apt/debian stretch/mongodb-org/3.6 main | sudo tee /etc/apt/sources.list.d/mongodb-org-3.6.list
Unifi
sudo apt-get update && sudo apt-get install -y ca-certificates apt-transport-https
echo deb https://www.ui.com/downloads/unifi/debian stable ubiquiti | sudo tee /etc/apt/sources.list.d/100-ubnt-unifi.list
sudo wget -O /etc/apt/trusted.gpg.d/unifi-repo.gpg https://dl.ui.com/unifi/unifi-repo.gpg
sudo apt-get update && sudo apt-get install unifi -y