Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
install public key for mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
virgilchiriac committed Jul 5, 2024
1 parent c8322b6 commit a116337
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci/fetch.github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ set -e

# install dependencies
# sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv B00A0BD1E2C63C11
wget -qO - https://pgp.mongodb.com/server-6.0.asc | sudo apt-key add -
#wget -qO - https://pgp.mongodb.com/server-6.0.asc | sudo apt-key add -
curl -fsSL https://www.mongodb.org/static/pgp/server-6.0.asc | sudo gpg -o /usr/share/keyrings/mongodb-server-6.0.gpg --dearmor
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb.list
sudo apt update
sudo apt install -y apt-transport-https ca-certificates curl git mongodb-database-tools
Expand Down

0 comments on commit a116337

Please sign in to comment.