diff --git a/just_lxc.sh b/just_lxc.sh index 6832ffd..665fd66 100644 --- a/just_lxc.sh +++ b/just_lxc.sh @@ -5,7 +5,11 @@ # (C) 2021 Script design and prototype by Markus Helmke # (C) 2021 Script rework and documentation by Thorsten Spille +source /root/zamba.conf + # Set Timezone ln -sf /usr/share/zoneinfo/$LXC_TIMEZONE /etc/localtime -dpkg-reconfigure locales \ No newline at end of file +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