fix: download link

This commit is contained in:
Stepan Kasatkin 2025-03-22 21:15:05 +03:00
parent cf7ba799f2
commit 8ef548235e

View File

@ -126,7 +126,7 @@ function install_docker() {
fi fi
progress_message="⏳ Устанавливаю Docker (rootless)..." 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 clear
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then