0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 07:02:38 +00:00

Update install.sh

Switch to latest version of MongoDB
This commit is contained in:
G.Ambatte
2020-12-06 18:43:01 +13:00
parent 88631ed7a8
commit 897e7dccc6

View File

@@ -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