forked from desktop/desktop
-
Notifications
You must be signed in to change notification settings - Fork 572
Closed as not planned
Closed as not planned
Copy link
Description
Operating System/Distribution
POPos (and probably other debian derivatives)
Installer
I'm using @shiftkey from the readme:
wget -qO - https://apt.packages.shiftkey.dev/gpg.key | gpg --dearmor | sudo tee /usr/share/keyrings/shiftkey-packages.gpg > /dev/null
sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/shiftkey-packages.gpg] https://apt.packages.shiftkey.dev/ubuntu/ any main" > /etc/apt/sources.list.d/shiftkey-packages.list'
What happened?
$ wget -qO - https://apt.packages.shiftkey.dev/gpg.key | gpg --dearmor | sudo tee /usr/share/keyrings/shiftkey-packages.gpg > /dev/null
gpg: no valid OpenPGP data found.
Then, because the key isn't installed or isn't valid, an apt-update gives:
W: Failed to fetch https://apt.packages.shiftkey.dev/ubuntu/dists/any/InRelease Certificate verification failed: The certificate is NOT trusted. The name in the certificate does not match the expected. Could not handshake: Error in the certificate verification. [IP: 13.107.246.67 443]
W: Some index files failed to download. They have been ignored, or old ones used instead.
This does not occur with the @mwt instructions.
AvidLearner462, owaisfarooq and werrobb
Metadata
Metadata
Assignees
Labels
No labels