From 6c486ccf55eed35a37a49bdd626c3feaa7c05a53 Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Tue, 8 Feb 2022 08:23:59 -0600 Subject: [PATCH] add version notes --- README.md | 5 +++++ install | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19295c7..926d9f6 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ - This script will install openmediavault, omv-extras, and flashmemory. If you already have openmediavault installed don't worry, your openmediavault will be preserved, only the not installed will be added to the system. - Installing OMV with a desktop environment is NOT supported. Please read the forum for the many reasons why. +### Notes +- This script will always install + - OMV 5.x on Debian 10 (Buster) + - OMV 6.x on Debian 11 (Bullseye) + ### Installation To install OMV, OMV-Extras and Flashmemory copy and paste this line in the Terminal and press Enter. The installation will take some time, so enjoy the text flying on the screen. diff --git a/install b/install index dab03e3..7521f23 100755 --- a/install +++ b/install @@ -13,7 +13,7 @@ # https://github.com/armbian/config/blob/master/debian-software # https://forum.openmediavault.org/index.php/Thread/25062-Install-OMV5-on-Debian-10-Buster/ # -# version: 1.6.8 +# version: 1.6.9 # if [[ $(id -u) -ne 0 ]]; then @@ -94,6 +94,12 @@ while getopts "fhinr" opt; do echo " install" echo " install -f" echo " install -n" + echo "" + echo "Notes:" + echo " This script will always install:" + echo " - OMV 5.x on Debian 10 (Buster)" + echo " - OMV 6.x on Debian 11 (Bullseye)" + echo "" exit 100 ;; i) @@ -190,6 +196,8 @@ if grep -rq raspberrypi.org /etc/apt/*; then truncate -s 0 "${vsCodeList}" fi +dpkg -P udisks2 + echo "Install prerequisites..." apt-get --yes --no-install-recommends install dirmngr gnupg