From 9898957356be87148831118ef7aa71b2a5f5a452 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Tue, 20 Apr 2021 22:07:39 +0200 Subject: [PATCH] Removed timezone setting Timezone is already set in `install.sh` #21 --- just_lxc.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/just_lxc.sh b/just_lxc.sh index 72b6b6d..0893b2e 100644 --- a/just_lxc.sh +++ b/just_lxc.sh @@ -14,9 +14,6 @@ LANGUAGE=$LXC_LOCALE EOF locale-gen $LXC_LOCALE -# Set Timezone -ln -sf /usr/share/zoneinfo/$LXC_TIMEZONE /etc/localtime - apt update DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt -y -qq dist-upgrade DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt install -y -o DPkg::options::="--force-confdef" -o DPkg::options::="--force-confold" $LXC_TOOLSET