This commit is contained in:
Laurent Le Houerou 2021-09-02 09:23:11 +04:00
parent 5014cf395a
commit 82e8c69ad6

View File

@ -1,8 +1,8 @@
#!/bin/sh
export DEBIAN_FRONTEND=noninteractive
sudo apt-get install -y tzdata
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