From ea2db5cb0e32d7fbd9a3452c40d474ed9b957b46 Mon Sep 17 00:00:00 2001 From: achi Date: Wed, 5 Jun 2024 13:53:19 +1000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D1=83=20docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Install-Lers.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-Lers.ps1 b/Install-Lers.ps1 index 680d396..ab34b1f 100644 --- a/Install-Lers.ps1 +++ b/Install-Lers.ps1 @@ -89,7 +89,7 @@ $osRelease = Get-Content /etc/os-release | ConvertFrom-StringData # Проверяем установлен ли Docker -if (IsInstalled-Docker) { +if (Get-Command "docker" -ErrorAction SilentlyContinue) { Write-Host "Docker установлен." } else {