From 1fa24aed72b31d2919aeed74e2391093f04670ce Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Tue, 13 Apr 2021 15:40:24 +0000 Subject: [PATCH] Moved reconf locales to beginning --- just_lxc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/just_lxc.sh b/just_lxc.sh index 665fd66..622c8f3 100644 --- a/just_lxc.sh +++ b/just_lxc.sh @@ -5,11 +5,11 @@ # (C) 2021 Script design and prototype by Markus Helmke # (C) 2021 Script rework and documentation by Thorsten Spille +dpkg-reconfigure locales + source /root/zamba.conf # Set Timezone ln -sf /usr/share/zoneinfo/$LXC_TIMEZONE /etc/localtime -dpkg-reconfigure locales - DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt install -y -o DPkg::options::="--force-confdef" -o DPkg::options::="--force-confold" $LXC_TOOLSET \ No newline at end of file