We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74933b9 commit 144f7f9Copy full SHA for 144f7f9
install-unifi/install-unifi.sh
@@ -11,7 +11,7 @@ RC_SCRIPT_URL="https://raw.githubusercontent.com/unofficial-unifi/unifi-pfsense/
11
12
# List of valid/supported mongodb package names, sorted with the latest being first
13
# As UniFi adds support for new mongodb versions, just prepend them to this list
14
-SUPPORTED_MONGODB_PACKAGES="mongodb44 mongodb42 mongodb40 mongodb36 mongodb34 mongodb32 mongodb"
+SUPPORTED_MONGODB_PACKAGES="mongodb50 mongodb44 mongodb42 mongodb40 mongodb36 mongodb34 mongodb32 mongodb"
15
16
# If pkg-ng is not yet installed, bootstrap it:
17
if ! /usr/sbin/pkg -N 2> /dev/null; then
0 commit comments