remove exit for OMV 6.x on RPi since omv 6.0.9-2 has been released.

This commit is contained in:
Aaron Murray 2022-01-19 12:36:49 -06:00
parent a2557b8587
commit dfa7a6bff5

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.5 # version: 1.6.6
# #
if [[ $(id -u) -ne 0 ]]; then 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 # 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 # empty file will exist to keep raspberrypi-sys-mods package from adding it back
truncate -s 0 "${vsCodeList}" 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 fi
echo "Install prerequisites..." echo "Install prerequisites..."