From 5a19b993c7a1181cfc2037c84ce9ad77b8da5412 Mon Sep 17 00:00:00 2001 From: mirror Date: Fri, 13 Sep 2024 14:00:48 +0800 Subject: [PATCH] Update Maca3.0 --- Maca3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maca3.0.md b/Maca3.0.md index 468ac63..45c0843 100644 --- a/Maca3.0.md +++ b/Maca3.0.md @@ -33,7 +33,7 @@ ```bash curl -fsSL https://mirror.metax-tech.com/public.gpg.key | apt-key add - - echo "deb [arch=$(dpkg --print-architecture)] https://mirrors.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://mirror.metax-tech.com/r/maca-sdk-deb/ stable main" | tee /etc/apt/sources.list.d/maca-sdk-deb.list apt-get update