Update docs

This commit is contained in:
hwdsl2 2022-02-09 22:26:02 -06:00
parent df37738677
commit 68b78879fd
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ Google BBR已经被内置于Linux内核4.9及更高版本中,但是需要手
Amazon Linux 2提供过经过验证的新版Linux内核并可以通过启用预置的Extras库安装。
1. 启用 `kernel-ng` Extras 库
1. 从Extras库安装 `kernel-ng`
```bash
sudo amazon-linux-extras install kernel-ng
```

View File

@ -16,9 +16,9 @@ Generally speaking, the kernel versions of Ubuntu 18.04+, Debian 10+, CentOS 8+
### Amazon Linux 2
Amazon Linux 2 provides newer versions of the verified Linux kernel, which can be installed by enabling the "Extras" repository.
Amazon Linux 2 provides newer versions of the verified Linux kernel, which can be installed from the Extras repository.
1. Enable the `kernel-ng` Extras repository
1. Install `kernel-ng` from the Extras repository
```bash
sudo amazon-linux-extras install kernel-ng
```