Skip to content
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

Sury.org GPG key needs updated #17

Open
omega9380 opened this issue Jun 11, 2024 · 0 comments
Open

Sury.org GPG key needs updated #17

omega9380 opened this issue Jun 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@omega9380
Copy link

omega9380 commented Jun 11, 2024

Describe the bug
When running 'apt update' after a fresh install of DakboardOS on OrangePi 3 LTS (v3.55 downloaded from the Dakboard Solutions page) I received the following errors when running an apt upgrade:

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.sury.org/php bullseye InRelease: The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <[email protected]> N: Repository 'http://mirrors.tuna.tsinghua.edu.cn/debian bullseye InRelease' changed its 'Version' value from '11.8' to '11.9' W: Failed to fetch https://packages.sury.org/php/dists/bullseye/InRelease The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <[email protected]> W: Some index files failed to download. They have been ignored, or old ones used instead.

I was able to resolve the issue with the following command:
wget -qO - https://packages.sury.org/php/apt.gpg | sudo apt-key add -
which downloads and installs the latest GPG key from the Sury.org repo.

To Reproduce
Steps to reproduce the behavior:

  1. Dowload and install DaboardOS v3.55 for OrangePi
  2. Run "sudo apt update" at a command prompt

Expected behavior
Updates install without errors.

Desktop (please complete the following information):

  • OS: DakboardOS OrangePi
  • Version v3.55
@omega9380 omega9380 added the bug Something isn't working label Jun 11, 2024
@cocarrig cocarrig transferred this issue from dakboard/Cloud-Platform Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant