From 2eccc465df3733c872910aa63dbe981ec9432c0a Mon Sep 17 00:00:00 2001 From: spacemanspiff2007 <10754716+spacemanspiff2007@users.noreply.github.com> Date: Mon, 18 Sep 2023 06:00:44 +0200 Subject: [PATCH] Update linux.md --- installation/linux.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installation/linux.md b/installation/linux.md index e29521fe26..b45247297d 100644 --- a/installation/linux.md +++ b/installation/linux.md @@ -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: @@ -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". @@ -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.