openhab / website

This repository contains the final artifacts from which the project website is served.
https://www.openhab.org/
21 stars 47 forks source link

changed gpg import for apt to best practices #353

Closed rkoshak closed 2 years ago

rkoshak commented 2 years ago

apt-key is deprecated. These change to use a better way to import the gpg key for apt. Installing the key this way means that our GPG key will only be trusted for our repo.

solves #352

Signed-off-by: Richard Koshak rlkoshak@gmail.com