Add system update recommendation for H4
This commit is contained in:
parent
592de84a8b
commit
4582a81159
2 changed files with 12 additions and 0 deletions
|
@ -199,6 +199,13 @@ You can now connect by SSH to your Helios4 to carry on with your configuration.
|
||||||
|
|
||||||
## **What to do next ?**
|
## **What to do next ?**
|
||||||
|
|
||||||
|
After a fresh install, it's always good to update the system with the latest packages.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get upgrade
|
||||||
|
```
|
||||||
|
|
||||||
If you want to install OpenMediaVault, the next-gen network attached storage (NAS) software, refer to the [OMV](/helios4/omv/) page.
|
If you want to install OpenMediaVault, the next-gen network attached storage (NAS) software, refer to the [OMV](/helios4/omv/) page.
|
||||||
|
|
||||||
If you have assembled an OLED Display as part of your Helios4 setup, it can be the right time to set it up. Refer to the following [section](/helios4/i2c/#sys-oled-application) that will explain you how to install the **sys-oled** application which control the OLED display.
|
If you have assembled an OLED Display as part of your Helios4 setup, it can be the right time to set it up. Refer to the following [section](/helios4/i2c/#sys-oled-application) that will explain you how to install the **sys-oled** application which control the OLED display.
|
||||||
|
|
|
@ -6,6 +6,11 @@ OpenMediaVault (OMV) is a next-gen network attached storage (NAS) software based
|
||||||
|
|
||||||
## Install Openmediavault
|
## Install Openmediavault
|
||||||
|
|
||||||
|
!!! important
|
||||||
|
You should first update your system to ensure you are using the latest **armbian-config** tool.
|
||||||
|
|
||||||
|
`sudo apt-get update && sudo apt-get upgrade`
|
||||||
|
|
||||||
You can easily install OMV with the **armbian-config** tool.
|
You can easily install OMV with the **armbian-config** tool.
|
||||||
|
|
||||||
Connect to your Helios4 via SSH as explained [here](/helios4/install/#step-7-connect-to-helios4-via-ssh).
|
Connect to your Helios4 via SSH as explained [here](/helios4/install/#step-7-connect-to-helios4-via-ssh).
|
||||||
|
|
Loading…
Reference in a new issue