From 72d7d643c6e185136af246db7fd4c74d66eeb68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Sat, 25 Nov 2023 08:44:51 +0100 Subject: [PATCH] Update quickstart.md --- docs/devops-guide/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devops-guide/quickstart.md b/docs/devops-guide/quickstart.md index cda797725..7cd8e5415 100644 --- a/docs/devops-guide/quickstart.md +++ b/docs/devops-guide/quickstart.md @@ -7,7 +7,7 @@ sidebar_label: "Debian/Ubuntu server" Follow these steps for a quick Jitsi-Meet installation on a Debian-based GNU/Linux system. The following distributions are supported out-of-the-box: - Debian 10 (Buster) or newer -- Ubuntu 20.04 (Focal Fossa) or newer (Ubuntu 18.04 can be used, but Prosody version must be updated to 0.11+ before installation) +- Ubuntu 22.04 (Jammy Jellyfish) or newer (Ubuntu 18.04 or 20.04 can be used, but Prosody must be updated to version 0.11+ before installation) :::note Many of the installation steps require `root` or `sudo` access. So it's recommended to have `sudo`/`root` access to your system.