mirror of
https://github.com/kopia/kopia.git
synced 2026-01-29 08:43:09 -05:00
The current installation instructions mention `/usr/share/keyrings` as the location to copy the apt key files to, but according to the sources.list manpage, the correct location for manually installed keys would be `/etc/apt/keyrings`. From the sources.list manpage: > The recommended locations for keyrings are /usr/share/keyrings for keyrings managed by packages, and /etc/apt/keyrings for keyrings managed by the system operator. From the apt-key manpage: > FILES > /etc/apt/trusted.gpg > Keyring of local trusted keys, new keys will be added here. Configuration Item: Dir::Etc::Trusted. > > /etc/apt/trusted.gpg.d/ > File fragments for the trusted keys, additional keyrings can be stored here (by other packages or the administrator). Configuration Item Dir::Etc::TrustedParts. > > /etc/apt/keyrings/ > Place to store additional keyrings to be used with Signed-By. Co-authored-by: Jarek Kowalski <jaak@jkowalski.net>