From 6db62978a94fbc6193024274b63de3663c00ca48 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sun, 12 Sep 2021 22:05:22 +0200 Subject: [PATCH] Add Raspbian Bullseye to supported distros (#563) Signed-off-by: yubiuser --- docs/main/prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main/prerequisites.md b/docs/main/prerequisites.md index ee0edeb..f5d59a2 100644 --- a/docs/main/prerequisites.md +++ b/docs/main/prerequisites.md @@ -24,7 +24,7 @@ The following operating systems are **officially** supported: | Distribution | Release | Architecture | | ------------ | ---------------- | ------------------- | -| Raspberry Pi OS
(formerly Raspbian) | Stretch / Buster | ARM | +| Raspberry Pi OS
(formerly Raspbian) | Stretch / Buster / Bullseye | ARM | | Ubuntu | 16.x / 18.x / 20.x /21.x | ARM / x86_64 | | Debian | 9 / 10 /11 | ARM / x86_64 / i386 | | Fedora | 32 / 33 | ARM / x86_64 |