Typo in the Debian part of installation documentation

Hi,

There is a typo in documentation at openHAB on Linux | openHAB

In the Apt Based Systems paragraph, the gpg extension is written pgp. The script line shows:

curl -fsSL "https://openhab.jfrog.io/artifactory/api/gpg/key/public" | gpg --dearmor > openhab.pgp
sudo mkdir /usr/share/keyrings
sudo mv openhab.pgp /usr/share/keyrings
sudo chmod u=rw,g=r,o=r /usr/share/keyrings/openhab.pgp

Where it should read:

curl -fsSL "https://openhab.jfrog.io/artifactory/api/gpg/key/public" | gpg --dearmor > openhab.gpg
sudo mkdir /usr/share/keyrings
sudo mv openhab.pgp /usr/share/keyrings
sudo chmod u=rw,g=r,o=r /usr/share/keyrings/openhab.gpg

That typo is fixed in latest. @Confectrician what do we need to do to get that fix backported to the Stable 3.3.0 docs?

Note, at the bottom of all the web pages in the docs is a link you can click on to report issues like this or even make the correction yourself.

1 Like

Tx, sorry. I missed the report option.

We have to introduce the same change as a PR with final-stable as target.
Seems i have missed that one while merging the pr.

Usually in cases where a change is needed in latest and stable docs, you can make a pull request against main docs and add the release-stable lable (or ask for it). This will automatically open a second pr which copies the finished result into the stable docs website.
But we can still do it by hand in this case. :slightly_smiling_face:

I made a new PR but I couldnā€™t see how to apply a label and I couldnā€™t find a release-stable tag nor would it let me make one.

Info in the PR is good enough.
I have applied the label.

1 Like

The automation failed, but after a manual check, the stable docs seem to be correct already.

1 Like