From b37fb9b71c4b10cb83415e7b1f8f9a2c6ddfb806 Mon Sep 17 00:00:00 2001 From: mirror Date: Sat, 12 Oct 2024 15:11:57 +0800 Subject: [PATCH] Update MACA --- MACA.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/MACA.md b/MACA.md index 47f9ebb..25b9ced 100644 --- a/MACA.md +++ b/MACA.md @@ -157,15 +157,6 @@ yum makecache ``` -### 配置APT源 - -- **适配所有 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/metax-driver-ubuntu/ stable main" | tee /etc/apt/sources.list.d/metax-driver-ubuntu.list - apt-get update - - ##### YUM安装metax-driver - **安装metax-driver驱动** @@ -182,6 +173,13 @@ yum autoremove metax-driver ``` +### 配置APT源 + +- **适配所有 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/metax-driver-ubuntu/ stable main" | tee /etc/apt/sources.list.d/metax-driver-ubuntu.list + apt-get update ##### APT安装metax-driver