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.
|
Custom Linux kernels for Proxmox VE.
|
||||||
|
|
||||||
#### Available Versions
|
#### Available Versions
|
||||||
1. Linux 5.15
|
1. Linux 5.16
|
||||||
2. Linux 5.14 **[EOL]**
|
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.
|
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:**
|
3. **Install a kernel package:**
|
||||||
```bash
|
```bash
|
||||||
apt update
|
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).
|
Package repository hosting is graciously provided by [Cloudsmith](https://cloudsmith.com).
|
||||||
|
|
Loading…
Reference in a new issue