summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install-arch.sh3
1 files changed, 2 insertions, 1 deletions
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