set timezone
This commit is contained in:
parent
183e3a11e8
commit
49c2b5b043
5
init.sh
5
init.sh
@ -1,5 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/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 update
|
||||||
sudo apt-get install -y wget apt-transport-https software-properties-common
|
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
|
wget -q https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb
|
||||||
|
Loading…
Reference in New Issue
Block a user