Litle change for avoid confusion in instructions

This commit is contained in:
Pedro Arenas 2018-08-20 02:51:06 -03:00 committed by GitHub
parent fcbe3cd908
commit 6f1b49f039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ sudo apt update
```
To find the most recent kernels, run `apt-cache search linux-image` which will list all of the ones available. In this
case, we'll install the `4.8.0 `kernel using the command below. Once we've done that, it is time to reboot the server
case, we'll install the `4.9.0 ` kernel using the command below. Once we've done that, it is time to reboot the server
to start using this kernel.
``` bash