From 93d4d1fe04fb1d251ee749e7421fe053cba6a335 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Thu, 8 Apr 2021 21:14:14 +0200 Subject: [PATCH] Configure timzone and locales --- just_lxc.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/just_lxc.sh b/just_lxc.sh index bbf356c..c63703a 100644 --- a/just_lxc.sh +++ b/just_lxc.sh @@ -1,3 +1,11 @@ #!/bin/bash -echo "This is just a dummy script" \ No newline at end of file +# 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 + +# Set Timezone +ln -sf /usr/share/zoneinfo/$LXC_TIMEZONE /etc/localtime + +dpkg-reconfigure locales \ No newline at end of file