Skip to content

Commit

Permalink
Update linux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 authored and stefan-hoehn committed Nov 19, 2023
1 parent 364bfa1 commit 2eccc46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Next, resynchronize the package index:
sudo apt-get update
```
##### Installing the latest version
##### **Installing the latest version**
Now install openHAB with the following command:
Expand All @@ -130,7 +130,7 @@ If you plan on disconnecting your machine from the internet, then you will want
sudo apt-get install openhab-addons
```
##### Prevent automatic upgrade of openHAB
##### **Prevent automatic upgrade of openHAB**
To prevent unexpected breakage by accidentally updating openHAB it's recommended to only manually upgrade to the newest version.
This can be achieved by putting the openHAB package on "hold".
Expand All @@ -153,7 +153,7 @@ To show the packages on hold run
sudo apt-mark showhold
```

##### Installing a specific version
##### **Installing a specific version**

Installing a specific version is possible by specifing the version that should be installed.

Expand Down

0 comments on commit 2eccc46

Please sign in to comment.