We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I suggest replacing the line:
apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 0C49F3730359A14518585931BC711F9BA15703C6
with:
curl -sLO https://www.mongodb.org/static/pgp/server-$MONGO_MAJOR.asc && apt-key add server-$MONGO_MAJOR.asc
So you get rid of the need to change the MongoDB key when you change the Mongo Major version.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I suggest replacing the line:
apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 0C49F3730359A14518585931BC711F9BA15703C6
with:
curl -sLO https://www.mongodb.org/static/pgp/server-$MONGO_MAJOR.asc && apt-key add server-$MONGO_MAJOR.asc
So you get rid of the need to change the MongoDB key when you change the Mongo Major version.
The text was updated successfully, but these errors were encountered: