Refer to latest kernel version
This change updates the README to refer to the latest kernel release available.
This commit is contained in:
parent
14ba82bac8
commit
36c50e562c
1 changed files with 4 additions and 3 deletions
|
@ -2,8 +2,9 @@
|
|||
Custom Linux kernels for Proxmox VE.
|
||||
|
||||
#### Available Versions
|
||||
1. Linux 5.15
|
||||
2. Linux 5.14 **[EOL]**
|
||||
1. Linux 5.16
|
||||
2. Linux 5.15
|
||||
3. Linux 5.14 **[EOL]**
|
||||
|
||||
Older builds are still available at the [Releases](https://github.com/fabianishere/pve-edge-kernel/releases) page.
|
||||
|
||||
|
@ -27,7 +28,7 @@ First, set up our Debian repository on your Proxmox installation:
|
|||
3. **Install a kernel package:**
|
||||
```bash
|
||||
apt update
|
||||
apt install pve-kernel-5.12-edge
|
||||
apt install pve-kernel-5.16-edge
|
||||
```
|
||||
|
||||
Package repository hosting is graciously provided by [Cloudsmith](https://cloudsmith.com).
|
||||
|
|
Loading…
Reference in a new issue