On Sunday 04 October 2020 10:17:31 ajh-valmer via tde-users wrote:
Hello,
# apt-get update
"No acces to :
http://mirror.xcer.cz/trinity-sb/dists/buster/InRelease
403 Forbidden [IP : 91.241.23.210 80]
The deposit
http://mirror.xcer.cz/trinity-sb buster InRelease is not
signed. The upgrades cannot be secured and so, are desactivated".
Quid, what to do ?
Thank you, cheers,
André
You need to get the key for this repo, I think. But in the meanwhile,
temporarily, you can add "--allow-unauthenticated" to your apt-get command.
sudo apt-get --allow-unauthenticated install
etc.
That ought to work.
Bill