disable installs on rpi temporarily
This commit is contained in:
parent
43b3eb3302
commit
d9a50bb454
5
install
5
install
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user