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..."