Update MACA
parent
237aa6f6f1
commit
b37fb9b71c
16
MACA.md
16
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user