Update Maca
parent
6ff10a878f
commit
417545455a
6
Maca.md
6
Maca.md
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user