From 997a89b5fcd38f2ca7350135e111433a0dff7857 Mon Sep 17 00:00:00 2001 From: Cedric Hombourger Date: Thu, 16 Jan 2025 14:15:02 +0100 Subject: [PATCH] fix(docs): point users to Ubuntu 24.04 packages instead of 22.04 Signed-off-by: Cedric Hombourger --- .github/wordlist.txt | 1 + docs/Makefile | 2 +- docs/conf.py | 4 ++-- docs/install.rst | 6 +++--- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/wordlist.txt b/.github/wordlist.txt index a6e52fe7..bda10a37 100644 --- a/.github/wordlist.txt +++ b/.github/wordlist.txt @@ -82,6 +82,7 @@ NanoPi neo netmask nmcli +Numbat OTG pastebin pdu diff --git a/docs/Makefile b/docs/Makefile index f4936b26..69288e0e 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2021 Siemens Digital Industries Software +# Copyright (C) 2025 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT diff --git a/docs/conf.py b/docs/conf.py index f285f16c..190a3e05 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------- # # This software is a part of MTDA. -# Copyright (C) 2021 Siemens Digital Industries Software +# Copyright (C) 2025 Siemens AG # # --------------------------------------------------------------------------- # SPDX-License-Identifier: MIT @@ -21,7 +21,7 @@ # -- Project information ----------------------------------------------------- project = 'MTDA' -copyright = '2021 Siemens Digital Industries Software' +copyright = '2025 Siemens AG' author = 'Cedric Hombourger' # The version info for the project you're documenting, acts as replacement for diff --git a/docs/install.rst b/docs/install.rst index 8e3bf2c4..ef35ac29 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -19,12 +19,12 @@ Packages for Debian 12 (bookworm) may be installed as follows:: $ sudo apt-get update $ sudo apt-get install -y mtda -Using apt on Ubuntu 22.04 +Using apt on Ubuntu 24.04 ------------------------- -Packages for Ubuntu 22.04 (Jammy Jellyfish) may be installed as follows:: +Packages for Ubuntu 24.04 (Noble Numbat) may be installed as follows:: - $ sudo add-apt-repository ppa:chombourger/mtda-jammy + $ sudo add-apt-repository ppa:chombourger/mtda-noble $ sudo apt-get update $ sudo apt-get install -y mtda