From 49c2b5b043f021fee54a801be9791e7464182264 Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Thu, 2 Sep 2021 09:08:37 +0400 Subject: [PATCH] set timezone --- init.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.sh b/init.sh index 99d9300..32df310 100644 --- a/init.sh +++ b/init.sh @@ -1,5 +1,10 @@ #!/bin/sh +export DEBIAN_FRONTEND=noninteractive +ln -fs /usr/share/zoneinfo/Indian/Reunion /etc/localtime +sudo apt-get install -y tzdata +sudo dpkg-reconfigure --frontend noninteractive tzdata + sudo apt-get update sudo apt-get install -y wget apt-transport-https software-properties-common wget -q https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb