Skip to content

Commit

Permalink
fix(docs): point users to Ubuntu 24.04 packages instead of 22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Cedric Hombourger <[email protected]>
  • Loading branch information
chombourger committed Jan 16, 2025
1 parent 15c757c commit 997a89b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ NanoPi
neo
netmask
nmcli
Numbat
OTG
pastebin
pdu
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 997a89b

Please sign in to comment.