diff --git a/helpers/pm.sh b/helpers/pm.sh index 134673e4..cd1c9533 100644 --- a/helpers/pm.sh +++ b/helpers/pm.sh @@ -95,7 +95,7 @@ install_packages() { # None configure_keyboard_configuration() { if is_debian_based; then - echo "keyboard-configuration keyboard-configuration/layout select English" | chroot_exec debconf-set-selections + echo "keyboard-configuration keyboard-configuration/layout select English (US)" | chroot_exec debconf-set-selections fi }