Update setup_programs.sh

This commit is contained in:
dimon 2026-05-04 11:34:33 +00:00
parent 457573e74f
commit 21f609e390

View File

@ -1,17 +1,17 @@
#!/bin/sh #!/bin/sh
# Update Software repository # Update Software repository
apt update apt update
apt full-upgrade -y apt full-upgrade -y
# Install base soft # 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 # Setup timezone
## set noninteractive installation ## set noninteractive installation
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
## install tzdata package ## install tzdata package
apt update && apt install -y tzdata apt update && apt install -y tzdata
## set Moscow timezone ## set Moscow timezone
ln -fs /usr/share/zoneinfo/Europe/Moscow /etc/localtime ln -fs /usr/share/zoneinfo/Europe/Moscow /etc/localtime
dpkg-reconfigure --frontend noninteractive tzdata dpkg-reconfigure --frontend noninteractive tzdata