mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
fix
This commit is contained in:
parent
88a2c1b8d2
commit
b43ec9aa81
4
PKGBUILD
4
PKGBUILD
@ -119,9 +119,9 @@ for _variant in "${_variants[@]}"; do
|
|||||||
if [[ $_platform =~ ^.*-hdmi$ ]]; then
|
if [[ $_platform =~ ^.*-hdmi$ ]]; then
|
||||||
depends=(\"\${depends[@]}\")
|
depends=(\"\${depends[@]}\")
|
||||||
if [ $_board == rpi4 ]; then
|
if [ $_board == rpi4 ]; then
|
||||||
depends=(\"\${depends[@]}\" \"linux-raspberrypi4=4.19.118-1\")
|
depends=(\"\${depends[@]}\" \"linux-raspberrypi4=4.19.118-1\" \"linux-raspberrypi4-headers=4.19.118-1\")
|
||||||
else
|
else
|
||||||
depends=(\"\${depends[@]}\" \"linux-raspberrypi>=4.19.118-1\")
|
depends=(\"\${depends[@]}\" \"linux-raspberrypi=4.19.118-1\" \"linux-raspberrypi-headers=4.19.118-1\")
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user