Update MACA

mirror 2024-10-12 15:06:21 +08:00
parent 0c0630e227
commit 827ea7b098

12
MACA.md

@ -129,7 +129,7 @@
### 适配 Centos7 系统
#### 适配 Centos7 系统
- **配置YUM源**
@ -145,7 +145,7 @@
yum makecache
```
#### 安装metax-driver
##### 安装metax-driver
- **安装metax-driver驱动**
```bash
@ -162,7 +162,7 @@
```
### 适配 CentOS 8、CentOS 9 及 Kylin 系统
#### 适配 CentOS 8、CentOS 9 及 Kylin 系统
- **配置YUM源**
```bash
@ -176,7 +176,7 @@
yum makecache
#### 安装metax-driver
##### 安装metax-driver
- **安装metax-driver驱动**
```bash
@ -192,7 +192,7 @@
yum autoremove metax-driver
```
### 适配所有 Ubuntu 发行版本系统
#### 适配所有 Ubuntu 发行版本系统
- **配置APT源**
```bash
@ -200,7 +200,7 @@
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
#### 安装metax-driver
##### 安装metax-driver
- **安装metax-driver驱动**
```bash