From d96b78dad731b1b63d14647bdf79ed7be64004d6 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sun, 9 Jun 2024 18:08:55 +0200 Subject: [PATCH] Fix mongodb repo --- src/unifi/install-service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unifi/install-service.sh b/src/unifi/install-service.sh index d1649e8..753fa77 100644 --- a/src/unifi/install-service.sh +++ b/src/unifi/install-service.sh @@ -11,7 +11,7 @@ source /root/functions.sh source /root/zamba.conf source /root/constants-service.conf -wget -O - https://www.mongodb.org/static/pgp/server-7.0.asc | gpg --dearmor > /usr/share/keyrings/mongodb7.gpg +wget -O - https://www.mongodb.org/static/pgp/server-7.0.asc | gpg --dearmor > /usr/share/keyrings/mongodb-server-7.0.gpg wget -O - https://dl.ubnt.com/unifi/unifi-repo.gpg | gpg --dearmor > /usr/share/keyrings/unifi.gpg echo "deb [ signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] http://repo.mongodb.org/apt/debian bookworm/mongodb-org/7.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-7.0.list