Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
litan1106 committed Dec 23, 2023
1 parent d6bf21a commit 3f9d71e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/features/mongodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ else
echo "deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu $(lsb_release -cs)/mongodb-org/$1 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-"$1".list
fi

wget -qO - https://www.mongodb.org/static/pgp/server-"$1".asc | sudo apt-key add -

curl -fsSL https://pgp.mongodb.com/server-$1.asc | sudo gpg -o /usr/share/keyrings/mongodb-server-$1.gpg --dearmor
sudo apt-get update

sudo DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confnew" install mongodb-org autoconf g++ make openssl libssl-dev libcurl4-openssl-dev pkg-config libsasl2-dev php-dev
Expand Down

0 comments on commit 3f9d71e

Please sign in to comment.