From 3d46ec1f7a951f648e5b6db8f2ee1119a8bdf1ef Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Thu, 8 Apr 2021 21:16:22 +0200 Subject: [PATCH] Configure locales and timezone --- zmb_member.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/zmb_member.sh b/zmb_member.sh index 78455fd..211a7c1 100644 --- a/zmb_member.sh +++ b/zmb_member.sh @@ -1,7 +1,18 @@ #!/bin/bash +# Authors: +# (C) 2021 Idea an concept by Christian Zengel +# (C) 2021 Script design and prototype by Markus Helmke +# (C) 2021 Script rework by Thorsten Spille + source ./zamba.conf +# Set Timezone +ln -sf /usr/share/zoneinfo/$LXC_TIMEZONE /etc/localtime + +# configure system language +dpkg-reconfigure locales + apt update && apt full-upgrade -y echo -ne '\n' | apt install -y $LXC_TOOLSET acl samba winbind libpam-winbind libnss-winbind krb5-user krb5-config samba-dsdb-modules samba-vfs-modules