更新 readme.MD

This commit is contained in:
lc 2025-02-13 04:27:22 +00:00
parent c279c3e99f
commit 4f4a8841ed

View File

@ -1,3 +1,9 @@
# 安装docker
````bash
curl -sSL https://git.soao.net/lc/my/raw/branch/main/docker.sh -o docker.sh && sh docker.sh
````
# 更换rocky-linux的软件源
````bash
curl -sSL https://git.soao.net/lc/my/raw/branch/main/rocky-cn.sh -o rocky-cn && sh rocky-cn.sh
````