From eecf8483401d4b4296a62fe0c12977a47ba27651 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 9 Feb 2022 13:22:14 +0100 Subject: Set LANG to en and LC_TIME to de --- install-arch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install-arch.sh') diff --git a/install-arch.sh b/install-arch.sh index 4f92328..aa584e4 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -66,7 +66,8 @@ ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime hwclock --systohc locale-gen -echo "LANG=de_DE.UTF-8" > /etc/locale.conf +echo "LANG=en_US.UTF-8" > /etc/locale.conf +echo "LC_TIME=de_DE.UTF-8" >> /etc/locale.conf echo "KEYMAP=de-latin1" > /etc/vconsole.conf -- cgit v1.2.3