Closed arthur-morgan-1 closed 1 year ago
You should run this command:
curl -1sLf 'https://dl.cloudsmith.io/public/pve-edge/kernel/gpg.8EC01CCF309B98E7.key' | gpg --dearmor -o /usr/share/keyrings/pve-edge-kernel.gpg
Sorry I edited my post, this is the exact same command I'm running (I copy it from the git page instructions) And I still get this error message
Probably the download via curl
failed. What does the following command give:
curl -1sLf 'https://dl.cloudsmith.io/public/pve-edge/kernel/gpg.8EC01CCF309B98E7.key'
It says nothing after this command
What if you remove the s
and f
flags?
It is probably an issue with your network or certificates.
it says:
curl: (6) Could not resolve host: dl.cloudsmith.io
Your DNS resolver is not resolving dl.cloudsmith.io
. Perhaps try switching DNS servers.
Should I try to change DNS in the router? 8.8.8.8
for example?
Same message after changing the router DNS to 8.8.8.8
:(
I get this:
No valid OpenPGP data found
after typing the first commandcurl -1sLf 'https://dl.cloudsmith.io/public/pve-edge/kernel/gpg.8EC01CCF309B98E7.key' | gpg --dearmor -o /usr/share/keyrings/pve-edge-kernel.gpg
How can it be solved?