From f9b68001087f54572b2775159ae4745f55d3c3d9 Mon Sep 17 00:00:00 2001 From: stevefoxru <53931856+stevefoxru@users.noreply.github.com> Date: Tue, 22 Apr 2025 18:36:46 +0300 Subject: [PATCH] Update install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1a7cb38..5f314bc 100644 --- a/install.sh +++ b/install.sh @@ -188,7 +188,8 @@ check_python() { # Установка зависимостей VPN-бота install_dependencies() { - run_with_spinner "Установка зависимостей" "apt-get install -y jq net-tools iptables resolvconf git curl sqlite3 -qq" + run_with_spinner "Установка зависимостей" "apt-get install -y jq net-tools iptables resolvconf git curl sqlite3 docker.io -qq" + run_with_spinner "Включение Docker" "systemctl enable docker && systemctl start docker" } # Установка и конфигурация needrestart