Skip to content

Commit

Permalink
Merge pull request kevoreilly#1884 from ClaudioWayne/master
Browse files Browse the repository at this point in the history
Update mongo pgp-key URL
  • Loading branch information
doomedraven authored Dec 13, 2023
2 parents b59f5cf + 69a3fc8 commit 13b3a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/cape2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ function install_mongo(){
MONGO_VERSION="4.4"
fi

sudo curl -fsSL "https://www.mongodb.org/static/pgp/server-${MONGO_VERSION}.asc" | sudo gpg --dearmor -o /etc/apt/keyrings/mongo.gpg --yes
sudo curl -fsSL "https://pgp.mongodb.org/server-${MONGO_VERSION}.asc" | sudo gpg --dearmor -o /etc/apt/keyrings/mongo.gpg --yes
echo "deb [signed-by=/etc/apt/keyrings/mongo.gpg arch=amd64] https://repo.mongodb.org/apt/ubuntu $(lsb_release -cs)/mongodb-org/${MONGO_VERSION} multiverse" > /etc/apt/sources.list.d/mongodb.list

apt update 2>/dev/null
Expand Down

0 comments on commit 13b3a4b

Please sign in to comment.