From dfa7a6bff5cdd25fd2132a35a4781eb3e1a9cb4f Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Wed, 19 Jan 2022 12:36:49 -0600 Subject: [PATCH] remove exit for OMV 6.x on RPi since omv 6.0.9-2 has been released. --- install | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/install b/install index c384c84..829a1ce 100755 --- a/install +++ b/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..."