Fix Proxmox Debian release

This change updates the repository url to reference Debian Buster as
opposed to Debian Bullseye, since the former is the release that Proxmox
is currently tracking.
This commit is contained in:
Fabian Mastenbroek 2021-06-14 13:32:54 +02:00
parent 50e088367d
commit a6651c553d
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85

View file

@ -20,7 +20,7 @@ curl -1sLf 'https://dl.cloudsmith.io/public/pve-edge/kernel/gpg.8EC01CCF309B98E7
```
2. Set up the `pve-edge-kernel` repository:
```bash
echo "deb https://dl.cloudsmith.io/public/pve-edge/kernel/deb/debian bullseye main" > /etc/apt/sources.list.d/pve-edge-kernel.list
echo "deb https://dl.cloudsmith.io/public/pve-edge/kernel/deb/debian buster main" > /etc/apt/sources.list.d/pve-edge-kernel.list
```
3. Install a kernel package:
```bash
@ -35,7 +35,7 @@ confidence.
### Manual
Alternatively, you may manually install the kernels. Select from the [Releases](https://github.com/fabianishere/pve-edge-kernel/releases)
page the kernel version you want to install and download the appropriate Debian package.
page the kernel version you want to install and download the appropriate Debian package.
Then, you can install the package as follows:
```sh