From 897e7dccc6639607670506e59f4ba6939474ccb7 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sun, 6 Dec 2020 18:43:01 +1300 Subject: [PATCH] Update install.sh Switch to latest version of MongoDB --- freebsd/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freebsd/install.sh b/freebsd/install.sh index 64d88b4ed..2da579e42 100644 --- a/freebsd/install.sh +++ b/freebsd/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -pkg install -y git nano node npm mongodb36-3.6.20 +pkg install -y git nano node npm mongodb44-4.4.1 sysrc mongod_enable=YES service mongod start