add version notes

This commit is contained in:
Aaron Murray 2022-02-08 08:23:59 -06:00
parent 51aa5eec43
commit 6c486ccf55
2 changed files with 14 additions and 1 deletions

View File

@ -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. - 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. - 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 ### 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. 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.

10
install
View File

@ -13,7 +13,7 @@
# https://github.com/armbian/config/blob/master/debian-software # https://github.com/armbian/config/blob/master/debian-software
# https://forum.openmediavault.org/index.php/Thread/25062-Install-OMV5-on-Debian-10-Buster/ # 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 if [[ $(id -u) -ne 0 ]]; then
@ -94,6 +94,12 @@ while getopts "fhinr" opt; do
echo " install" echo " install"
echo " install -f" echo " install -f"
echo " install -n" 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 exit 100
;; ;;
i) i)
@ -190,6 +196,8 @@ if grep -rq raspberrypi.org /etc/apt/*; then
truncate -s 0 "${vsCodeList}" truncate -s 0 "${vsCodeList}"
fi fi
dpkg -P udisks2
echo "Install prerequisites..." echo "Install prerequisites..."
apt-get --yes --no-install-recommends install dirmngr gnupg apt-get --yes --no-install-recommends install dirmngr gnupg