set timezone

This commit is contained in:
Laurent Le Houerou 2021-09-02 09:08:37 +04:00
parent 183e3a11e8
commit 49c2b5b043

View File

@ -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