Update post-update

This commit is contained in:
LittleBoi 2023-05-28 10:28:40 +09:00 committed by GitHub
parent b60107c8b7
commit ed287ef012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ FBHEIGHT=$(fbset | awk '/geometry/ {print $3}')
ASPECT=$(printf "%.2f" $(echo "(${FBWIDTH} / ${FBHEIGHT})" | bc -l))
case ${ASPECT} in
1.31|0.76)
1.50|0.67)
ASPECT="3:2"
;;
1.33|0.75)