Skip to content

Commit

Permalink
Update MongoDB installer
Browse files Browse the repository at this point in the history
  • Loading branch information
joglomedia committed May 1, 2024
1 parent 5507df3 commit b9a4b3b
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions scripts/install_mongodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,6 @@ esac
# Add MongoDB repository.
##
function add_mongodb_repo() {
local DISTRIB_ARCH
case "${ARCH}" in
i386 | i486| i586 | i686)
DISTRIB_ARCH="i386"
;;
x86_64 | amd64)
DISTRIB_ARCH="amd64"
;;
arm64 | aarch* | armv8*)
DISTRIB_ARCH="arm64"
;;
arm | armv7*)
DISTRIB_ARCH="arm"
;;
*)
DISTRIB_ARCH="amd64,i386"
;;
esac

case "${DISTRIB_NAME}" in
debian)
if [[ ! -f "/etc/apt/sources.list.d/mongodb-org-${MONGODB_VERSION}-${RELEASE_NAME}.list" ]]; then
Expand Down

0 comments on commit b9a4b3b

Please sign in to comment.