From cee9e762ffbcf1a2ca842987d516b680cf798fc1 Mon Sep 17 00:00:00 2001 From: mirror Date: Fri, 13 Sep 2024 13:46:14 +0800 Subject: [PATCH] Update Maca3.0 --- Maca3.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Maca3.0.md b/Maca3.0.md index ef535d7..3122714 100644 --- a/Maca3.0.md +++ b/Maca3.0.md @@ -19,7 +19,7 @@ cat < /etc/yum.repos.d/maca-sdk-rpm.repo [maca] name=Maca Yum Repository - baseurl=https://mirror.metax-tech.com/maca-sdk-rpm/ + baseurl=https://mirror.metax-tech.com/r/maca-sdk-rpm/ enabled=1 gpgcheck=0 EOF @@ -33,7 +33,7 @@ ```bash 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 + echo "deb [arch=$(dpkg --print-architecture)] https://mirrors.metax-tech.com/r/maca-sdk-deb/ stable main" | tee /etc/apt/sources.list.d/maca-sdk-deb.list apt-get update