chore: Minor typo fix

This commit is contained in:
Kyle Gospodnetich 2024-01-04 11:38:23 -08:00
parent 99e07a8031
commit 91055015ec

View File

@ -134,7 +134,7 @@ if [[ ":ROG Ally RC71L_RC71L:AYANEO GEEK:AYANEO 2:AYANEO 2S:AOKZOE A1 AR07:G1618
fi
if [[ $IMAGE_NAME =~ "deck" && ":AOKZOE A1 AR07:" =~ ":$SYS_ID:" ]]; then
echo "AOKZOE A1 on deck build etected, fixing edid"
echo "AOKZOE A1 on deck build detected, fixing edid"
if [[ ! $KARGS =~ "drm.edid_firmware" ]]
NEEDED_KARGS+=("--append-if-missing=drm.edid_firmware=eDP-1:edid/aokzoea1ar07_edid.bin")
fi