Apt update Trouble

Sorry if this has already been on here - I didn’t see anything relevant after a quick glance, but I might have missed it.

I’m getting this error from apt update

The repository 'https://raw.githubusercontent.com/clockworkpi/apt/main/debian stable Release' is no longer 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.
ere

I’ve done the key-adding procedure that a websearch suggests, but it doesn’t seem to help.
It’s probably a brainfart on my end, but can anyone shed some light on this for me?

how to did the key-adding procedure?

repo has been fixed now

sorry for the misoperation of apt repo

2 Likes

are there any updates available regarding the HDMI output for the A04?

no not yet,sorry …

Thanks, it’s working now!

FYI, these are the commands I found online to try and fix the problem:

wget -O - https://raw.githubusercontent.com/clockworkpi/apt/main/debian/KEY.gpg | sudo apt-key add - 
sudo apt-key del  57B7A98BBEBA8C10CA4458810DD08811478B1249
sudo apt update

Got that from here: Apt update fails with NO_PUBKEY error

Thanks again! :grinning:

1 Like