Update Maca3.0

mirror 2024-09-13 13:46:14 +08:00
parent 4b605b8c01
commit cee9e762ff

@ -19,7 +19,7 @@
cat <<EOF> /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