remove exit for OMV 6.x on RPi since omv 6.0.9-2 has been released.
This commit is contained in:
parent
a2557b8587
commit
dfa7a6bff5
7
install
7
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.5
|
||||
# version: 1.6.6
|
||||
#
|
||||
|
||||
if [[ $(id -u) -ne 0 ]]; then
|
||||
@ -188,11 +188,6 @@ if grep -rq raspberrypi.org /etc/apt/*; then
|
||||
# remove vscode repo if found since there is no desktop environment
|
||||
# empty file will exist to keep raspberrypi-sys-mods package from adding it back
|
||||
truncate -s 0 "${vsCodeList}"
|
||||
|
||||
if [ ${version} -gt 5 ]; then
|
||||
echo "OMV 6.x on RPi is waiting for a fix. Exiting..."
|
||||
exit 123
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "Install prerequisites..."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user