From 9aafe6065b79826ee38614d8b2b9583b8c97f34b Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 13 May 2025 21:46:29 -0600 Subject: [PATCH] Update Servers/Virtualization/Networking/Unifi Network Server (Controller).md --- .../Networking/Unifi Network Server (Controller).md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Servers/Virtualization/Networking/Unifi Network Server (Controller).md b/Servers/Virtualization/Networking/Unifi Network Server (Controller).md index c92594a..380a774 100644 --- a/Servers/Virtualization/Networking/Unifi Network Server (Controller).md +++ b/Servers/Virtualization/Networking/Unifi Network Server (Controller).md @@ -13,7 +13,8 @@ We need to configure APT with a few commands to ensure that we can download the sudo apt-get update && sudo apt-get install ca-certificates apt-transport-https echo 'deb [ arch=amd64,arm64 ] 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 - +echo "deb [trusted=yes] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/3.6 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.6.list +sudo apt-get update ``` !!! node "Alternative GPG Key Installation" @@ -23,7 +24,7 @@ sudo wget -O /etc/apt/trusted.gpg.d/unifi-repo.gpg https://dl.ui.com/unifi/unifi ``` ### MongoDB Server -Run the following commands to add the necessary repositories and GPG keys, then install and enable automatic startup for the MongoDB server. +Run the following commands install and enable automatic startup for the MongoDB server. Original reference documentation can be found [here](https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu/). ```sh ``` \ No newline at end of file