Skip to content

Commit f58b588

Browse files
authored
Unifi installation script fix (#8242)
* reverting to bookworm for mongodb as trixie doesn't exist yet * For testing * Revert "For testing" This reverts commit 0c43526.
1 parent e12b938 commit f58b588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/unifi-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ else
5454
cat <<EOF | sudo tee /etc/apt/sources.list.d/mongodb-org-7.0.sources >/dev/null
5555
Types: deb
5656
URIs: http://repo.mongodb.org/apt/debian
57-
Suites: trixie/mongodb-org/7.0
57+
Suites: bookworm/mongodb-org/7.0
5858
Components: main
5959
Signed-By: /usr/share/keyrings/mongodb-server-7.0.gpg
6060
EOF

0 commit comments

Comments
 (0)