From 228b4d142f84a12eea4ef7269d6293fc2f1fd198 Mon Sep 17 00:00:00 2001 From: mirror Date: Thu, 26 Sep 2024 16:33:08 +0800 Subject: [PATCH] Update MACA --- MACA.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/MACA.md b/MACA.md index 1eaac9b..ca7331f 100644 --- a/MACA.md +++ b/MACA.md @@ -36,14 +36,14 @@ yum remove maca_sdk ``` -## 适配所有 Ubuntu 系统** +- **适配所有 Ubuntu 系统** - ```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 - apt-get update + ```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 + apt-get update - ``` + ``` ### APT安装MACA SDK