SolidCharity / LightBuildServer

LightBuildServer for building rpm and deb packages and running CI scripts, using linux containers
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

apt-key is deprecated #195

Closed tpokorra closed 1 year ago

tpokorra commented 1 year ago

at the moment, the hint for installing Debian packages looks like this:

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0x4796B710919684AC
echo 'deb [arch=amd64] https://download.solidcharity.com/repos/tpokorra/rustdesk/ubuntu/jammy jammy main' >> /etc/apt/sources.list

see https://www.linuxuprising.com/2021/01/apt-key-is-deprecated-how-to-add.html