Remove setting timezone in gitea installer

This commit is contained in:
thorstenspille 2022-06-09 18:13:17 +02:00
parent 2b4a533c95
commit 6a4335c5ec

View File

@ -19,8 +19,6 @@ apt update
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt install -y -qq postgresql nginx git ssl-cert unzip zip
timedatectl set-timezone ${LXC_TIMEZONE}
systemctl enable --now postgresql
su - postgres <<EOF