diff --git a/init.sh b/init.sh index 77d30b2..32df310 100644 --- a/init.sh +++ b/init.sh @@ -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