Sysinternals / SysmonForLinux

MIT License
1.68k stars 180 forks source link

INSTALL.md: Incorrect key path for Debian 12 #162

Closed elmeyer closed 3 months ago

elmeyer commented 5 months ago

Describe the bug apt-get update fails with the following error:

Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://security.debian.org/debian-security bookworm-security InRelease
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
Get:4 https://packages.microsoft.com/debian/12/prod bookworm InRelease [3617 B]
Err:4 https://packages.microsoft.com/debian/12/prod bookworm InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB3E94ADBE1229CF
Reading package lists... Done
W: GPG error: https://packages.microsoft.com/debian/12/prod bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB3E94ADBE1229CF
E: The repository 'https://packages.microsoft.com/debian/12/prod bookworm InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

To Reproduce Follow the instructions for Debian 12 in INSTALL.md.

Distro/kernel version Debian 12

$ uname -a
Linux debian 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64 GNU/Linux

Expected behavior apt-get update should find the key in the expected location.

Additional context PR: https://github.com/Sysinternals/SysmonForLinux/pull/161

elmeyer commented 3 months ago

Closing since #161 was merged.