Skip to content

Commit

Permalink
Update linux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 authored Sep 18, 2023
1 parent 84c4488 commit 08aa62b
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**

Check failure on line 118 in installation/linux.md

View workflow job for this annotation

GitHub Actions / markdownlint

Emphasis used instead of a heading [Context: "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**

Check failure on line 133 in installation/linux.md

View workflow job for this annotation

GitHub Actions / markdownlint

Emphasis used instead of a heading [Context: "Prevent automatic upgrade of o..."]
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**

Check failure on line 156 in installation/linux.md

View workflow job for this annotation

GitHub Actions / markdownlint

Emphasis used instead of a heading [Context: "Installing a specific version"]

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

Expand Down

0 comments on commit 08aa62b

Please sign in to comment.