From 446e8ee2b4a9669684429c3e1bf527c9b26b5301 Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Wed, 17 Aug 2022 07:03:34 -0500 Subject: [PATCH] add EOL messages --- install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install b/install index b579a96..159113b 100755 --- a/install +++ b/install @@ -99,7 +99,7 @@ while getopts "fhinr" opt; do echo "" echo "Notes:" echo " This script will always install:" - echo " - OMV 5.x on Debian 10 (Buster)" + echo " - OMV 5.x on Debian 10 (Buster) EOL" echo " - OMV 6.x on Debian 11 (Bullseye)" echo "" exit 100 @@ -163,6 +163,7 @@ case ${codename} in omvCodename="usul" version=5 smbOptions="${smbOptions}\nwrite cache size = 524288" + echo "This version of OMV is End of Life. Please consider using OMV 6.x." ;; bullseye) keys="0E98404D386FA1D9 A48449044AAD5C5D"