更新 scripts/containerd.sh
This commit is contained in:
parent
8540a58d11
commit
c44579dfc2
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
# 企业级Containerd apt安装/卸载脚本(Ubuntu专用)
|
# Containerd apt安装/卸载脚本(Ubuntu专用)
|
||||||
# 支持:安装指定版本、完整卸载、重复执行
|
# 支持:安装指定版本、完整卸载、重复执行
|
||||||
# 适用:Ubuntu 20.04/22.04/24.04 LTS
|
# 适用:Ubuntu 20.04/22.04/24.04 LTS
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue