From 8ef548235e210c25c15766525fcdae484a5cf80d Mon Sep 17 00:00:00 2001 From: Stepan Kasatkin Date: Sat, 22 Mar 2025 21:15:05 +0300 Subject: [PATCH] fix: download link --- docker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-install.sh b/docker-install.sh index 007b588..ca59e90 100644 --- a/docker-install.sh +++ b/docker-install.sh @@ -126,7 +126,7 @@ function install_docker() { fi progress_message="⏳ Устанавливаю Docker (rootless)..." - run_with_live_tail "curl -fsSL https://get.docker.com/rootless | sh'" + run_with_live_tail "curl -fsSL https://get.docker.com/rootless | sh" clear if [ $? -eq 0 ]; then