From a5cc4e03d67afa3e35b62bc588671d714fed8c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <78488229+viktor138irk@users.noreply.github.com> Date: Thu, 7 May 2026 08:08:51 +0900 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=B0=D0=B7=D0=BE=D0=B2=D1=8B=D0=B5=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D0=B8=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=B1=D1=8B=D0=BB=D0=B8=20=D1=80=D0=B0=D1=81=D1=88=D0=B8?= =?UTF-8?q?=D1=80=D0=B5=D0=BD=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install_virtuality_node.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install_virtuality_node.sh b/install_virtuality_node.sh index e76b5b4..2fb237d 100644 --- a/install_virtuality_node.sh +++ b/install_virtuality_node.sh @@ -151,10 +151,10 @@ fi step "Обновляем apt cache" run_logged "apt update выполнен" apt update -step "Устанавливаем базовые утилиты" -run_logged "Базовые пакеты установлены" apt install -y \ - curl wget git nano htop unzip ca-certificates gnupg lsb-release \ - software-properties-common apt-transport-https ufw rsync +step "Устанавливаем базовые утилиты и зависимости диагностики" +run_logged "Базовые пакеты и диагностические утилиты установлены" apt install -y \ + curl wget git nano htop btop tree ncdu jq unzip xz-utils tar gzip ca-certificates gnupg lsb-release \ + software-properties-common apt-transport-https ufw rsync iproute2 iptables nftables dnsutils net-tools openssh-client step "Устанавливаем KVM/QEMU/libvirt" run_logged "Пакеты виртуализации установлены" apt install -y \