oma install出现错误: ERROR InRelease contains bad signature: Missing key:

运行oma install 安装应用时,出现下面错误:
INFO Refreshing local database …
ERROR InRelease contains bad signature: Missing key:

您好,

这是因为我们最近更换了源签名导致的,请使用如下命令:

wget https://repo.aosc.io/debs/pool/stable/main/a/aosc-os-keyring_20241006-0_noarch.deb && sudo dpkg -i aosc-os-keyring_20241006-0_noarch.deb

详见:社区门户 | 安同开源社区 (AOSC)

谢谢,运行上面的命令后,签名错误就没有了