Skip to content
Discussion options

You must be logged in to vote

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.asc
the fix is:

nano /etc/apt/sources.list.d/evcc-stable.list
remove

deb [signed-by=/usr/share/keyrings/evcc-stable-archive-keyring.gpg] https://dl.cloudsmith.io/public/evcc/stable/deb/debian any-version main

deb-src [signed-by=/usr/share/keyrings/evcc-stable-archive-keyring.gpg] https://dl.cloudsmith.io/public/evcc/stable/deb/debian any-version main

add

deb [signed-by=/etc/apt/trusted.gpg.d/evcc-stable.asc] https://dl.cloudsmith.io/pu…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@Macrisu
Comment options

@Sillium007
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Macrisu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants