From baa6040a1dd4e9c2f6524f60c723ada54eb14404 Mon Sep 17 00:00:00 2001 From: nchebrov Date: Wed, 21 Jan 2026 16:42:16 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0f95c37..d3ac4ee 100644 --- a/install.sh +++ b/install.sh @@ -11,4 +11,4 @@ echo \ tee /etc/apt/sources.list.d/docker.list > /dev/null apt update -apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y +apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-compose -y