Compare commits

..
2 Commits
Author SHA1 Message Date
狐狸Nomad c384d28039 添加更新 PCI 数据库方法
Signed-off-by: 狐狸Nomad <9463297+callmer@user.noreply.gitee.com>
2023-02-09 08:28:04 +00:00
狐狸Nomad 8da8fea50c 添加更新 PCI 数据库方法
Signed-off-by: 狐狸Nomad <9463297+callmer@user.noreply.gitee.com>
2023-02-09 08:26:51 +00:00
2 changed files with 10 additions and 2 deletions
+4
View File
@@ -176,6 +176,10 @@ apt install cpufrequtils
## 根据CPU厂商安装CPU微码工具 ## 根据CPU厂商安装CPU微码工具
apt install intel-microcode (amd64-microcode) apt install intel-microcode (amd64-microcode)
## 更新 PCI 数据库
update-pciids
``` ```
其中 `unattended-upgrades` 为系统自动更新服务,后续会对其进行配置。 其中 `unattended-upgrades` 为系统自动更新服务,后续会对其进行配置。
+4
View File
@@ -19,6 +19,10 @@ apt install cpufrequtils
## 根据CPU厂商安装CPU微码工具 ## 根据CPU厂商安装CPU微码工具
apt install intel-microcode (amd64-microcode) apt install intel-microcode (amd64-microcode)
## 更新 PCI 数据库
update-pciids
``` ```
本文后续命令,均在 SSH 终端下完成。 本文后续命令,均在 SSH 终端下完成。