add version notes
This commit is contained in:
parent
51aa5eec43
commit
6c486ccf55
@ -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.
|
||||
|
||||
|
||||
10
install
10
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user