From 9c9771f6847db4201c92ada3b9c2c875fb1e87cf Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 6 Feb 2026 17:58:03 +0100 Subject: [PATCH] Semaphore: Change Ubuntu release from 'jammy' to 'noble' (#11625) --- install/semaphore-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/semaphore-install.sh b/install/semaphore-install.sh index 1f3f85a0c..f97a49145 100644 --- a/install/semaphore-install.sh +++ b/install/semaphore-install.sh @@ -19,7 +19,7 @@ setup_deb822_repo \ "ansible" \ "https://keyserver.ubuntu.com/pks/lookup?fingerprint=on&op=get&search=0x6125E2A8C77F2818FB7BD15B93C4A3FD7BB9C367" \ "http://ppa.launchpad.net/ansible/ansible/ubuntu" \ - "jammy" + "noble" $STD apt install -y ansible msg_ok "Installed Dependencies"