From 592594f9f81532af494087703224db82fcce7e44 Mon Sep 17 00:00:00 2001 From: dimon Date: Mon, 17 Jul 2023 14:38:16 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'setup=5Fprograms.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup_programs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_programs.sh b/setup_programs.sh index 9afa9a6..38db431 100644 --- a/setup_programs.sh +++ b/setup_programs.sh @@ -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 \ No newline at end of file