Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

Installation instructions are wrong #156

@KOLANICH

Description

@KOLANICH

These instructions don't match the modern security practices.

apt-key is not used anymore. Instead

  1. the key file (non-ascii-armored one, but a minimal one, exported with gpg --export --export-options=export-minimal CA8BB4727A47B4D09B4EE8969386B48A1A693C5C > rocm.gpg) is downloaded and put into a dir within a local filesystem (OTHER THAN /etc/apt/trusted.gpg.d, but any other dir, like /usr/share/keyrings/ or /etc/apt/trusted.gpg.d-3rdp/).
  2. then the repo is bound to the key file using signed-by= option

Read https://wiki.debian.org/DebianRepository/UseThirdParty for more info.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions