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