diff --git a/docs/helios4/install.md b/docs/helios4/install.md index 160c8d3..1571750 100644 --- a/docs/helios4/install.md +++ b/docs/helios4/install.md @@ -199,6 +199,13 @@ You can now connect by SSH to your Helios4 to carry on with your configuration. ## **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 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. diff --git a/docs/helios4/omv.md b/docs/helios4/omv.md index 5d95696..8a8c9b9 100644 --- a/docs/helios4/omv.md +++ b/docs/helios4/omv.md @@ -6,6 +6,11 @@ OpenMediaVault (OMV) is a next-gen network attached storage (NAS) software based ## 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. Connect to your Helios4 via SSH as explained [here](/helios4/install/#step-7-connect-to-helios4-via-ssh).