From 768184e4f013bebaf96d6131c1b2e8a4f550a0e6 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 2 May 2026 09:14:02 +1000 Subject: [PATCH] Update installer docs (#11846) - Fix information on supported distros --- docs/docs/start/installer.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/docs/start/installer.md b/docs/docs/start/installer.md index 997a0fefc8..55f367bc90 100644 --- a/docs/docs/start/installer.md +++ b/docs/docs/start/installer.md @@ -3,9 +3,15 @@ title: InvenTree Installer --- ## Installer + The InvenTree installer automates the installation procedure for a production InvenTree server. -Supported OSs are Debian 10, 11, 12 and Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS. +The installer supports the following Linux distributions: + +- Debian 11, 12 +- Ubuntu 22.04 LTS, 24.04 LTS + +Support for other OS versions is not currently planned. If you are using a different distribution, you can still follow the [docker](./docker.md) or [bare metal](./install.md) installation instructions. ### Quick Script