Update Maca

mirror 2024-09-13 14:29:58 +08:00
parent 6ff10a878f
commit 417545455a

@ -1,6 +1,6 @@
## Maca For Ubuntu-18.04 ## 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 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 apt-get update
``` ```
@ -8,14 +8,14 @@ apt-get update
## Maca For Ubuntu-20.04 ## 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 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 apt-get update
``` ```
## Maca For Ubuntu-22.04 ## 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 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 apt-get update
``` ```