From 417545455a990a07b461b6361ef593f9c847fc77 Mon Sep 17 00:00:00 2001 From: mirror Date: Fri, 13 Sep 2024 14:29:58 +0800 Subject: [PATCH] Update Maca --- Maca.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Maca.md b/Maca.md index 6e1b76b..3f979a1 100644 --- a/Maca.md +++ b/Maca.md @@ -1,6 +1,6 @@ ## Maca For Ubuntu-18.04 ``` -curl -fsSL https://mirror.metax-tech.com/r/nexus_pub.asc | apt-key add - +curl -fsSL https://mirror.metax-tech.com/public.gpg.key | apt-key add - echo "deb [arch=$(dpkg --print-architecture)] https://mirror.metax-tech.com/r/maca-ubuntu18.04/ bionic main" | tee /etc/apt/sources.list.d/maca-18.04.list apt-get update ``` @@ -8,14 +8,14 @@ apt-get update ## Maca For Ubuntu-20.04 ``` -curl -fsSL https://mirror.metax-tech.com/r/nexus_pub.asc | apt-key add - +curl -fsSL https://mirror.metax-tech.com/public.gpg.key | apt-key add - echo "deb [arch=$(dpkg --print-architecture)] https://mirror.metax-tech.com/r/maca-ubuntu20.04/ focal main" | tee /etc/apt/sources.list.d/maca-20.04.list apt-get update ``` ## Maca For Ubuntu-22.04 ``` -curl -fsSL https://mirror.metax-tech.com/r/nexus_pub.asc | apt-key add - +curl -fsSL https://mirror.metax-tech.com/public.gpg.key | apt-key add - echo "deb [arch=$(dpkg --print-architecture)] https://mirror.metax-tech.com/r/maca-ubuntu22.04/ jammy main" | tee /etc/apt/sources.list.d/maca-22.04.list apt-get update ```