Изменил(а) на 'setup_programs.sh'

This commit is contained in:
dimon 2023-07-17 14:38:16 +00:00
parent 391bae9d32
commit 592594f9f8

View File

@ -15,7 +15,7 @@ apt install -y net-tools
## set noninteractive installation
export DEBIAN_FRONTEND=noninteractive
## install tzdata package
apt update && apt-get install -y tzdata
apt update && apt install -y tzdata
## set Moscow timezone
ln -fs /usr/share/zoneinfo/Europe/Moscow /etc/localtime
dpkg-reconfigure --frontend noninteractive tzdata