Due to the deprecation of SHA1 as GPG key hashing algorithm beginning with Debian "trixie" we've had to issue a new signing key for OwnTracks packages for all currently supported OwnTracks Debian packages.
This means that updates will currently not be automatically applied (e.g. when an apt upgrade is run) until the key is installed on the client operating system (i.e. the machine on which ot-recorder is installed).
In order to install the new key, please download it as follows:
curl --no-progress-meter https://raw.githubusercontent.com/owntracks/recorder/master/etc/repo-v2.owntracks.org.gpg.key |
sudo tee /etc/apt/trusted.gpg.d/owntracks.asc
A subsequent apt update should then work as expected.
Due to the deprecation of SHA1 as GPG key hashing algorithm beginning with Debian "trixie" we've had to issue a new signing key for OwnTracks packages for all currently supported OwnTracks Debian packages.
This means that updates will currently not be automatically applied (e.g. when an
apt upgradeis run) until the key is installed on the client operating system (i.e. the machine on whichot-recorderis installed).In order to install the new key, please download it as follows:
A subsequent
apt updateshould then work as expected.