Skip to content

Commit

Permalink
mongo: install v6 (was v5)
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Sep 9, 2024
1 parent 664fe59 commit e79c348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provision/mongodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ install_mongodb()
fi

tell_status "installing mongodb"
stage_pkg_install mongodb50 mongodb-tools
stage_pkg_install mongodb60 mongodb-tools
}

install_mongodb_port()
{
stage_pkg_install python scons-py37 boost-libs snappy pcre cyrus-sasl binutils gmp
stage_port_install databases/mongodb50
stage_port_install databases/mongodb60
}

check_max_wired() {
Expand Down

0 comments on commit e79c348

Please sign in to comment.