From 0ae1bb6d734f2ceee0f8eee9e42e477885be427c Mon Sep 17 00:00:00 2001 From: mirror Date: Tue, 10 Sep 2024 11:22:44 +0800 Subject: [PATCH] Update Maca3.0 --- Maca3.0.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Maca3.0.md b/Maca3.0.md index 08a5c1c..22cbfa6 100644 --- a/Maca3.0.md +++ b/Maca3.0.md @@ -16,16 +16,15 @@ 1. **添加仓库并更新缓存** ```bash - cat < /etc/yum.repos.d/maca-sdk-rpm.repo -[maca] -name=Maca Yum Repository -baseurl=https://mirror.metax-tech.com/maca-sdk-rpm/ -enabled=1 -gpgcheck=0 -EOF - -yum makecache + cat < /etc/yum.repos.d/maca-sdk-rpm.repo + [maca] + name=Maca Yum Repository + baseurl=https://mirror.metax-tech.com/maca-sdk-rpm/ + enabled=1 + gpgcheck=0 + EOF + yum makecache ### 安装 DEB 包