Skip to content

Commit

Permalink
Add commadn notice. (openhab#1928)
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Luckenbach <[email protected]>

Signed-off-by: Jerome Luckenbach <[email protected]>
  • Loading branch information
Confectrician authored Nov 27, 2022
1 parent c02c981 commit 07f41cf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,19 @@ This user will later serve to execute the openHAB runtime with restricted permis
sudo adduser --system --no-create-home --group --disabled-login openhab
```
:::tip note
The needed command syntax may vary based on the distribution you ar using.
Below there is an example for fedora besed systems:
```shell
sudo adduser --system --no-create-home --user-group --disabled-login openhab
```
So make sure to check the allowed command parameters in case of any errors.
:::
We are going to download a platform independent archive file and extract it to the path `/opt/openhab`.
Choose between the latest Beta release or a Snapshot with all incoming contributions, created daily.
As openHAB is still in an evolving state, the snapshot may be the **preferred choice**.
Expand Down

0 comments on commit 07f41cf

Please sign in to comment.