diff options
-rw-r--r-- | kvmd.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd.install b/kvmd.install index e57d03c7..55bd999d 100644 --- a/kvmd.install +++ b/kvmd.install @@ -83,7 +83,7 @@ post_upgrade() { fi - if [[ "$(varcmp "$2" 3.331)" -lt 0 ]]; then + if [[ "$(vercmp "$2" 3.332)" -lt 0 ]]; then grep -q "^dtoverlay=vc4-kms-v3d" /boot/config.txt || cat << EOF >> /boot/config.txt # Passthrough |