From 32c308da2ce28a0f65b55ab2fce1db00cb08bbef Mon Sep 17 00:00:00 2001 From: mirror Date: Fri, 27 Sep 2024 09:05:12 +0800 Subject: [PATCH] Update MACA --- MACA.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MACA.md b/MACA.md index 5df035f..89fd7fc 100644 --- a/MACA.md +++ b/MACA.md @@ -43,6 +43,7 @@ ### 适配所有 Ubuntu 系统 +- **配置APT源** ```bash 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