Add option to set timezone

This commit is contained in:
2016-05-01 13:49:12 +01:00
parent 0111d70d9c
commit c27be0b0e2
2 changed files with 20 additions and 8 deletions

View File

@@ -46,3 +46,7 @@ apt_install_permanent apt-transport-https
## Upgrade all packages
apt dist-upgrade -y --no-install-recommends
## Set timezone
echo $TIMEZONE > /etc/timezone
dpkg-reconfigure -f noninteractive tzdata