From a6651c553dde9e6eaf4a451cef70a6875d1dbd11 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 14 Jun 2021 13:32:54 +0200 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fe849a..91fa77d 100644 --- a/README.md +++ b/README.md @@ -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