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
When students follow this step https://github.com/lewagon/data-setup/blob/master/WINDOWS.md#google-cloud-cli they receive a message that apt-key is deprecated (TL;DR apt-key is deprecated from Ubuntu 22.04 LTS)
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
This should be updated to use GPG
The text was updated successfully, but these errors were encountered:
gmanchon
No branches or pull requests
When students follow this step https://github.com/lewagon/data-setup/blob/master/WINDOWS.md#google-cloud-cli
they receive a message that apt-key is deprecated (TL;DR apt-key is deprecated from Ubuntu 22.04 LTS)
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
This should be updated to use GPG
The text was updated successfully, but these errors were encountered: