From 8e4b0801eac2d6e4aca84f693c808024bc4f6b37 Mon Sep 17 00:00:00 2001 From: Marcus Furlong Date: Sat, 25 Apr 2026 14:26:01 -0400 Subject: [PATCH] update install documentation for ubuntu 26.04 resolute --- INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 0d94733b..c0ec8f73 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -5,18 +5,18 @@ mysql or postgresql instead, see the database configuration section. ## Supported Server Installation Options - - [Ubuntu 24.04](#ubuntu-2404-noble) + - [Ubuntu 26.04](#ubuntu-2604-noble) - [Debian 13](#debian-13-trixie) - [Rocky 10](#rocky-10) - [virtualenv + pip](#virtualenv--pip) - [Source](#source) -### Ubuntu 24.04 (noble) +### Ubuntu 26.04 (resolute) ```shell curl -sS https://repo.openbytes.ie/openbytes.gpg > /usr/share/keyrings/openbytes.gpg -echo "deb [signed-by=/usr/share/keyrings/openbytes.gpg] https://repo.openbytes.ie/patchman/ubuntu noble-backports main" > /etc/apt/sources.list.d/patchman.list +echo "deb [signed-by=/usr/share/keyrings/openbytes.gpg] https://repo.openbytes.ie/patchman/ubuntu resolute main" > /etc/apt/sources.list.d/patchman.list apt update apt -y install python3-patchman patchman-client patchman-manage createsuperuser @@ -74,7 +74,7 @@ gunicorn patchman.wsgi -b 0.0.0.0:80 ### Source -#### Ubuntu 24.04 (noble) +#### Ubuntu 26.04 (resolute) 1. Install dependencies