From 21f609e3907928b10978ffef772ea86130e78a56 Mon Sep 17 00:00:00 2001 From: dimon Date: Mon, 4 May 2026 11:34:33 +0000 Subject: [PATCH] Update setup_programs.sh --- setup_programs.sh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/setup_programs.sh b/setup_programs.sh index ad1238f..a28808d 100644 --- a/setup_programs.sh +++ b/setup_programs.sh @@ -1,17 +1,17 @@ -#!/bin/sh +#!/bin/sh # Update Software repository -apt update -apt full-upgrade -y +apt update +apt full-upgrade -y # Install base soft -apt install -y curl wget nano telnet iputils-ping net-tools +apt install -y curl wget nano telnet iputils-ping net-tools -# Setup timezone -## set noninteractive installation -export DEBIAN_FRONTEND=noninteractive -## install tzdata package -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 +# Setup timezone +## set noninteractive installation +export DEBIAN_FRONTEND=noninteractive +## install tzdata package +apt update && apt install -y tzdata +## set Moscow timezone +ln -fs /usr/share/zoneinfo/Europe/Moscow /etc/localtime +dpkg-reconfigure --frontend noninteractive tzdata