-
|
Hello, Raspberry Pi OS Lite I've followed the instructions on this page but it is tells me that the repository is not signed. root@pi0:~# apt update |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
There are 3 commands before |
Beta Was this translation helpful? Give feedback.
-
|
https://dl.cloudsmith.io/public/evcc/stable/debian.deb.txt is the problem, must pe modified to the new location from the first install command
add |
Beta Was this translation helpful? Give feedback.
https://dl.cloudsmith.io/public/evcc/stable/debian.deb.txt is the problem, must pe modified to the new location from the first install command
curl -1sLf 'https://dl.cloudsmith.io/public/evcc/stable/gpg.key' | sudo tee /etc/apt/trusted.gpg.d/evcc-stable.ascthe fix is:
nano /etc/apt/sources.list.d/evcc-stable.listremove
add