diff options
-rwxr-xr-x | share/customize-autologin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/customize-autologin.sh b/share/customize-autologin.sh index da386b5..a6fc1d2 100755 --- a/share/customize-autologin.sh +++ b/share/customize-autologin.sh @@ -11,7 +11,7 @@ set -eu TARGET=$1 -if dpkg --compare-versions "$(dpkg-query --root "$TARGET" -f '${Version}' -W util-linux)" ge 2.33; then +if dpkg --compare-versions "$(dpkg-query --root "$TARGET" -f '${Version}' -W util-linux)" ge 2.39.2-5~; then cat >"$TARGET/etc/profile.d/resize_serial_term.sh" <<'EOF' if test -n "${TERM-}" && test -n "${PS1-}"; then case "$(tty)" in |