Update Maca3.0

mirror 2024-09-10 11:22:44 +08:00
parent 2c8cfe90ec
commit 0ae1bb6d73

@ -16,16 +16,15 @@
1. **添加仓库并更新缓存** 1. **添加仓库并更新缓存**
```bash ```bash
cat <<EOF> /etc/yum.repos.d/maca-sdk-rpm.repo cat <<EOF> /etc/yum.repos.d/maca-sdk-rpm.repo
[maca] [maca]
name=Maca Yum Repository name=Maca Yum Repository
baseurl=https://mirror.metax-tech.com/maca-sdk-rpm/ baseurl=https://mirror.metax-tech.com/maca-sdk-rpm/
enabled=1 enabled=1
gpgcheck=0 gpgcheck=0
EOF EOF
yum makecache
yum makecache
### 安装 DEB 包 ### 安装 DEB 包