From 9bb1b0fc6ea0bf666397ece9bddfd77fe6038831 Mon Sep 17 00:00:00 2001 From: Igor Date: Sun, 1 Oct 2023 21:57:28 +0200 Subject: [PATCH] Add Armbian as supported OS Signed-off-by: Igor --- docs/main/prerequisites.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/main/prerequisites.md b/docs/main/prerequisites.md index 29b1409..bed4627 100644 --- a/docs/main/prerequisites.md +++ b/docs/main/prerequisites.md @@ -28,6 +28,7 @@ The following operating systems are **officially** supported: | Distribution | Release | Architecture | | ------------ | ---------------- | ------------------- | | Raspberry Pi OS
(formerly Raspbian) | Buster / Bullseye | ARM | +| Armbian OS | Any | ARM / x86_64 / riscv64 | | Ubuntu | 20.x / 22.x / 23.x | ARM / x86_64 | | Debian | 10 / 11 / 12 | ARM / x86_64 / i386 | | Fedora | 36 / 37 / 38 | ARM / x86_64 |