From ca387e2ca83a4c5c9085f4ab0936ed94ad607af6 Mon Sep 17 00:00:00 2001 From: repos Date: Fri, 14 Nov 2025 11:50:52 +0800 Subject: [PATCH] =?UTF-8?q?Update=20MACA=E4=BB=93=E5=BA=93=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=B7=A5=E5=85=B7=E5=B8=AE=E5=8A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MACA%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md b/MACA%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md index 9535850..2fa69c8 100644 --- a/MACA%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md +++ b/MACA%E4%BB%93%E5%BA%93%E4%BD%BF%E7%94%A8%E5%B7%A5%E5%85%B7%E5%B8%AE%E5%8A%A9.md @@ -12,7 +12,7 @@ apt search maca-sdk # 查看所有可用版本 apt list --all-versions | grep maca-sdk -# 安装指定版本(示例版本号:3.2.1-10) +# 安装指定版本 ( 示例版本号:3.2.1-10 ) apt-get install maca-sdk=3.2.1-10 ```