Merge pull request #21 from Doc94/patch-1

Update kernel version number to avoid confusion in instructions
This commit is contained in:
Lance Pioch 2018-08-20 11:38:04 -04:00 committed by GitHub
commit 9e25abe679
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