mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
Added flashrom-pikvm as dep for v4plus
This commit is contained in:
parent
77857a61f3
commit
748b52e5a0
2
PKGBUILD
2
PKGBUILD
@ -210,6 +210,8 @@ for _variant in "${_variants[@]}"; do
|
|||||||
|
|
||||||
if [[ $_base == v0 ]]; then
|
if [[ $_base == v0 ]]; then
|
||||||
depends=(\"\${depends[@]}\" platformio-core avrdude make patch)
|
depends=(\"\${depends[@]}\" platformio-core avrdude make patch)
|
||||||
|
elif [[ $_base == v4plus ]]; then
|
||||||
|
depends=(\"\${depends[@]}\" flashrom-pikvm)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $_platform =~ ^.*-hdmiusb$ ]]; then
|
if [[ $_platform =~ ^.*-hdmiusb$ ]]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user