From 7f01e2a61a3ff7428a13d799c712d3ab310a08c9 Mon Sep 17 00:00:00 2001 From: jinjin Date: Thu, 28 May 2026 13:07:34 +0200 Subject: [PATCH] some fixes --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index ab3b8ac..0d64f4a 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -44,7 +44,7 @@ LOC2=$(md5sum /etc/locale.gen | cut -b 1-32) if [ "${LOC1}" != "${LOC2}" ]; then locale-gen | grep -v -e "^ " fi -update-locale LANG=de_DE.UTF-8 +update-locale LANG=en_US.UTF-8 echo "## installing tools" dpkg --configure -a