Open loheander opened 5 months ago
Hello, APT has changed its method for managing GPG keys. So, you may need to delete the old key and download the new one.
As sudo:
apt-key del DCF5D0463AE99F529DDDF0B23126A3438CA9B269
curl -fsSL "http://download.opensuse.org/repositories/home:/eliostvs:/tomate/xUbuntu_22.04/Release.key" | gpg --dearmor | tee /etc/apt/trusted.gpg.d/tomate.gpg > /dev/null
echo "deb [signed-by=/etc/apt/trusted.gpg.d/tomate.gpg] http://download.opensuse.org/repositories/home:/eliostvs:/tomate/xUbuntu_22.04/ ./" > /etc/apt/sources.list.d/tomate.list
Hi!
The URLs listed in the README.md file doesn't work anymore. I tried to browse around and find the correct path myself, but even after trying
https://download.opensuse.org/repositories/home:/eliostvs:/tomate/xUbuntu_22.04/
, I still get signing problems:Like the software and use it a lot, so don't want to remove the repo just to make my
apt update
start working again.Best regards! Lo