add EOL messages

This commit is contained in:
Aaron Murray 2022-08-17 07:03:34 -05:00
parent df757ed6dd
commit 446e8ee2b4

View File

@ -99,7 +99,7 @@ while getopts "fhinr" opt; do
echo "" echo ""
echo "Notes:" echo "Notes:"
echo " This script will always install:" 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 " - OMV 6.x on Debian 11 (Bullseye)"
echo "" echo ""
exit 100 exit 100
@ -163,6 +163,7 @@ case ${codename} in
omvCodename="usul" omvCodename="usul"
version=5 version=5
smbOptions="${smbOptions}\nwrite cache size = 524288" smbOptions="${smbOptions}\nwrite cache size = 524288"
echo "This version of OMV is End of Life. Please consider using OMV 6.x."
;; ;;
bullseye) bullseye)
keys="0E98404D386FA1D9 A48449044AAD5C5D" keys="0E98404D386FA1D9 A48449044AAD5C5D"