disable installs on rpi temporarily

This commit is contained in:
Aaron Murray 2022-01-18 06:51:13 -06:00
parent 43b3eb3302
commit d9a50bb454

View File

@ -174,8 +174,6 @@ if [[ ! ${hostname} =~ ${regex} ]]; then
exit 6 exit 6
fi fi
over=""
# Add Debian signing keys to raspbian to prevent apt-get update failures # Add Debian signing keys to raspbian to prevent apt-get update failures
# when OMV adds security and/or backports repos # when OMV adds security and/or backports repos
if grep -rq raspberrypi.org /etc/apt/*; then if grep -rq raspberrypi.org /etc/apt/*; then
@ -192,7 +190,8 @@ if grep -rq raspberrypi.org /etc/apt/*; then
truncate -s 0 "${vsCodeList}" truncate -s 0 "${vsCodeList}"
if [ ${version} -eq 6 ]; then if [ ${version} -eq 6 ]; then
over="=6.0.8-1" echo "OMV 6.x on Raspberry Pi is temporarily broken. The fix is being worked on."
exit 123
fi fi
fi fi