From 1e0d944f6662f56e8d3f0027d5cb8dcf9c0bc11e Mon Sep 17 00:00:00 2001 From: mirror Date: Fri, 6 Sep 2024 13:52:02 +0800 Subject: [PATCH] Update Maca3.0 --- Maca3.0.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Maca3.0.md b/Maca3.0.md index 2e52460..a85e33b 100644 --- a/Maca3.0.md +++ b/Maca3.0.md @@ -16,7 +16,7 @@ SDK 1. **添加仓库并更新缓存** ``` - curl -o /etc/yum.repos.d/maca.repo https://mirrors.metax-internal.com/maca-sdk-rpm.repo + curl -o /etc/yum.repos.d/maca.repo https://mirrors.metax-tech.com/maca-sdk-rpm.repo yum makecache ``` @@ -25,7 +25,7 @@ SDK 2. **添加仓库并更新缓存** ``` - curl -fsSL https://mirror.metax-internal.com/nexus_pub.asc | apt-key add - - echo "deb [arch=$(dpkg --print-architecture)] https://mirrors.metax-internal.com/maca-sdk-deb/ stable main" | tee /etc/apt/sources.list.d/maca-sdk-deb.list + curl -fsSL https://mirror.metax-tech.com/nexus_pub.asc | apt-key add - + echo "deb [arch=$(dpkg --print-architecture)] https://mirrors.metax-tech.com/maca-sdk-deb/ stable main" | tee /etc/apt/sources.list.d/maca-sdk-deb.list apt-get update ```