Update MACA

mirror 2024-09-27 09:05:12 +08:00
parent 3ddad95e89
commit 32c308da2c

@ -43,6 +43,7 @@
### 适配所有 Ubuntu 系统 ### 适配所有 Ubuntu 系统
- **配置APT源**
```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