Update MACA

mirror 2024-09-26 16:32:33 +08:00
parent cef253d975
commit ef0f5f32be

10
MACA.md

@ -38,12 +38,12 @@
## 适配所有 Ubuntu 系统** ## 适配所有 Ubuntu 系统**
```bash ```bash
curl -fsSL https://repos.metax-tech.com/public.gpg.key | apt-key add - curl -fsSL https://repos.metax-tech.com/public.gpg.key | apt-key add -
echo "deb [arch=$(dpkg --print-architecture)] https://repos.metax-tech.com/r/maca-sdk-deb/ stable main" | tee /etc/apt/sources.list.d/maca-sdk-deb.list echo "deb [arch=$(dpkg --print-architecture)] https://repos.metax-tech.com/r/maca-sdk-deb/ stable main" | tee /etc/apt/sources.list.d/maca-sdk-deb.list
apt-get update apt-get update
``` ```
### APT安装MACA SDK ### APT安装MACA SDK