-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
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
[deb package] Ubuntu 22.04 deprecates / #2040
Comments
If there is any conflict caused by the ubuntu version, you can check the version number and do whatever is necessary according to that number. take a look at here: https://linuxize.com/post/how-to-check-your-ubuntu-version/ |
Of course, the uninstallation process for heroku should check the fixed keyring, or this will cause more troubles... Didn't check that, so do it at your own risk until a Heroku developer answers this issue. |
still got this warning:
And, for the uninstall script, there is no
|
This is being tracked by this GUS Work Item (Heroku internal). There's a proposed solution on #1999, but here we are required a few more changes around the uninstall script that we should incorporate before reviewing and merging. |
What is the current behavior?
When running
apt update
on Ubuntu 22.04, a warning is thrown:This error is also appears when running the Ubuntu/Debian installation script from https://devcenter.heroku.com/articles/heroku-cli#install-with-ubuntu-debian-apt-get
What is the expected behavior?
apt
does not complain about anything.Which are known workarounds?
One can manually export the GPG key from
apt-key
and save a dearmoured copy in/usr/share/keyrins
, plus has to add the signing key via a[signed-by=/usr/share/keyrings/heroku.gpg]
declaration in/etc/apt/sources.list.d/heroku.list
References:
The text was updated successfully, but these errors were encountered: