Skip to content

Commit a3885e2

Browse files
committed
fix
1 parent d3a4842 commit a3885e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kvmd.install

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ post_upgrade() {
8383
8484
fi
8585

86-
if [[ "$(varcmp "$2" 3.331)" -lt 0 ]]; then
86+
if [[ "$(vercmp "$2" 3.332)" -lt 0 ]]; then
8787
grep -q "^dtoverlay=vc4-kms-v3d" /boot/config.txt || cat << EOF >> /boot/config.txt
8888

8989
# Passthrough

0 commit comments

Comments
 (0)