Update Maca3.0

mirror 2024-09-06 13:52:02 +08:00
parent f8465ff350
commit 1e0d944f66

@ -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
```