Update MACA
parent
0c0630e227
commit
827ea7b098
12
MACA.md
12
MACA.md
@ -129,7 +129,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
### 适配 Centos7 系统
|
#### 适配 Centos7 系统
|
||||||
|
|
||||||
- **配置YUM源**
|
- **配置YUM源**
|
||||||
|
|
||||||
@ -145,7 +145,7 @@
|
|||||||
yum makecache
|
yum makecache
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 安装metax-driver
|
##### 安装metax-driver
|
||||||
|
|
||||||
- **安装metax-driver驱动**
|
- **安装metax-driver驱动**
|
||||||
```bash
|
```bash
|
||||||
@ -162,7 +162,7 @@
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### 适配 CentOS 8、CentOS 9 及 Kylin 系统
|
#### 适配 CentOS 8、CentOS 9 及 Kylin 系统
|
||||||
|
|
||||||
- **配置YUM源**
|
- **配置YUM源**
|
||||||
```bash
|
```bash
|
||||||
@ -176,7 +176,7 @@
|
|||||||
|
|
||||||
yum makecache
|
yum makecache
|
||||||
|
|
||||||
#### 安装metax-driver
|
##### 安装metax-driver
|
||||||
|
|
||||||
- **安装metax-driver驱动**
|
- **安装metax-driver驱动**
|
||||||
```bash
|
```bash
|
||||||
@ -192,7 +192,7 @@
|
|||||||
yum autoremove metax-driver
|
yum autoremove metax-driver
|
||||||
```
|
```
|
||||||
|
|
||||||
### 适配所有 Ubuntu 发行版本系统
|
#### 适配所有 Ubuntu 发行版本系统
|
||||||
|
|
||||||
- **配置APT源**
|
- **配置APT源**
|
||||||
```bash
|
```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
|
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-get update
|
||||||
|
|
||||||
#### 安装metax-driver
|
##### 安装metax-driver
|
||||||
|
|
||||||
- **安装metax-driver驱动**
|
- **安装metax-driver驱动**
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user