From f764354471e641146fad943f5e696953c6c51279 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sun, 9 Jun 2024 15:59:33 +0200 Subject: [PATCH] remove mongodb-server package --- 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 4c005f8..d1649e8 100644 --- a/src/unifi/install-service.sh +++ b/src/unifi/install-service.sh @@ -19,4 +19,4 @@ echo "deb [ signed-by=/usr/share/keyrings/unifi.gpg ] http://www.ui.com/download apt update -DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt install -y -qq default-jre-headless mongodb-server unifi \ No newline at end of file +DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt install -y -qq default-jre-headless unifi \ No newline at end of file