distributions icon indicating copy to clipboard operation
distributions copied to clipboard

adding support for ubuntu 22.04 and /etc/apt/trusted.gpg.d

Open carefreepineapple opened this issue 11 months ago • 3 comments

https://github.com/nodesource/distributions/issues/1780

It appears as a result of the update to Ubuntu 22.04 where they transitioned from using /etc/apt/trusted.gpg to using individual .gpg files located in /etc/apt/trusted.gpg.d, apt will no longer read gpg keys from outside of /etc/apt/trusted.gpg.d

carefreepineapple avatar Mar 01 '24 19:03 carefreepineapple

I don't see why this change is necessary, it is working properly on ubuntu 22.04

```SHELL
docker run -it ubuntu:22.04 bash

apt-get update -y && apt-get install curl -y
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs

riosje avatar Mar 26 '24 14:03 riosje

Hi @didousoft @carefreepineapple would like to elaborate on why is this change necessary?

riosje avatar Apr 15 '24 11:04 riosje

I accidently reviewed the pull request. Please ignore my review

didousoft avatar Apr 15 '24 13:04 didousoft