From c44579dfc2f06f5057cad49f48a1791f683085fd Mon Sep 17 00:00:00 2001 From: joy Date: Wed, 29 Oct 2025 15:43:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20scripts/containerd.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/containerd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/containerd.sh b/scripts/containerd.sh index c3468f2..2c2e531 100644 --- a/scripts/containerd.sh +++ b/scripts/containerd.sh @@ -1,7 +1,7 @@ #!/bin/bash set -euo pipefail -# 企业级Containerd apt安装/卸载脚本(Ubuntu专用) +# Containerd apt安装/卸载脚本(Ubuntu专用) # 支持:安装指定版本、完整卸载、重复执行 # 适用:Ubuntu 20.04/22.04/24.04 LTS