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