zomstream icon indicating copy to clipboard operation
zomstream copied to clipboard

Issue with signing key

Open maxdd opened this issue 10 months ago • 1 comments

9.211 Reading package lists...
9.724 W: http://nginx.org/packages/debian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
9.724 W: GPG error: http://nginx.org/packages/debian bookworm InRelease: The following signatures were invalid: EXPKEYSIG ABF5BD827BD9BF62 nginx signing key <[email protected]>
9.724 E: The repository 'http://nginx.org/packages/debian bookworm InRelease' is not signed.
------
failed to solve: process "/bin/sh -c apt-get update &&      apt-get install -y gnupg &&       apt-key add /tmp/nginx.key &&       echo \"deb http://nginx.org/packages/debian/ bookworm nginx\" >> /etc/apt/sources.list &&       echo \"deb-src http://nginx.org/packages/debian/ bookworm nginx\" >> /etc/apt/sources.list &&       apt-get update &&      apt-get build-dep -y nginx &&       apt-get install -y git" did not complete successfully: exit code: 100

maxdd avatar Feb 28 '25 11:02 maxdd

fixed with a pull request

https://github.com/zom-bi/zomstream/pull/17

wadalino avatar Mar 24 '25 23:03 wadalino