Skip to content

Commit 144f7f9

Browse files
authored
Update install-unifi.sh
1 parent 74933b9 commit 144f7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-unifi/install-unifi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RC_SCRIPT_URL="https://raw.githubusercontent.com/unofficial-unifi/unifi-pfsense/
1111

1212
# List of valid/supported mongodb package names, sorted with the latest being first
1313
# 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"
14+
SUPPORTED_MONGODB_PACKAGES="mongodb50 mongodb44 mongodb42 mongodb40 mongodb36 mongodb34 mongodb32 mongodb"
1515

1616
# If pkg-ng is not yet installed, bootstrap it:
1717
if ! /usr/sbin/pkg -N 2> /dev/null; then

0 commit comments

Comments
 (0)