From ef0f5f32be6af44ad7d59d659ac18f72309b6fb0 Mon Sep 17 00:00:00 2001 From: mirror Date: Thu, 26 Sep 2024 16:32:33 +0800 Subject: [PATCH] Update MACA --- MACA.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MACA.md b/MACA.md index 14ed420..1eaac9b 100644 --- a/MACA.md +++ b/MACA.md @@ -38,12 +38,12 @@ ## 适配所有 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