matiasdelellis / facerecognition

Nextcloud app that implement a basic facial recognition system.
GNU Affero General Public License v3.0
500 stars 45 forks source link

unable to install on ubuntu 20.04 - key expired #744

Closed joskapista44 closed 1 month ago

joskapista44 commented 2 months ago

System: ubuntu 20.04 server I tried to install it but I run into a key issue. I'm a bit noob so maybe I make something wrong:

root@nextcloud:/home/user# echo "deb https://repo.delellis.com.ar focal focal" > /etc/apt/sources.list.d/20-pdlib.list root@nextcloud:/home/user# wget -qO - https://repo.delellis.com.ar/repo.gpg.key | sudo apt-key add - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). OK root@nextcloud:/home/user# apt update .....
Get:14 https://repo.delellis.com.ar focal InRelease [3,654 B]
Err:14 https://repo.delellis.com.ar focal InRelease
The following signatures were invalid: EXPKEYSIG 39217939ED3D07DB Matias De lellis mati86dl@gmail.com Reading package lists... Done W: https://repo.delellis.com.ar/dists/focal/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. W: GPG error: https://repo.delellis.com.ar focal InRelease: The following signatures were invalid: EXPKEYSIG 39217939ED3D07DB Matias De lellis mati86dl@gmail.com E: The repository 'https://repo.delellis.com.ar focal InRelease' is not signed. 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.

DoctorMcKay commented 2 months ago

+1, the key at https://repo.delellis.com.ar/repo.gpg.key has expired on 2024-03-20.

piflixe commented 2 months ago

+1

matiasdelellis commented 2 months ago

PLease... Try again..

joskapista44 commented 1 month ago

works now thank you