Repository does not have a release file, cannot install in apt
E: The repository 'https://packagecloud.io/judd/jpilot/debian bookworm Release' does not have a Release file.
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.
What version of which Linux is this ?
I get this error when trying to install on 24.04, which isn't supported.
I get this error when trying to install on 24.04, which isn't supported.
After running the curl command, you can manually edit the file /etc/apt/sources.list.d/judd_jpilot.list
and replace noble by jammy and again do sudo apt update.
This is a workaround. Hopefully, there would be an official update some day.
Ah, I could not figure what that error was. I can update this.
What version of which Linux is this ?
This was Debian 12.7, in WSL.
I'm having the same problem with Debian 12 Bookworm. No target release.
You can try something like this: curl -s https://packagecloud.io/install/repositories/judd/jpilot/script.deb.sh | sudo os=debian dist=bookworm bash