Skip to content

Commit

Permalink
Maintenance: Add Ubuntu 24.04 as supported platform
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner committed May 24, 2024
1 parent da12696 commit 798e7ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions install/package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ Add Repository
$ echo "deb [signed-by=/etc/apt/trusted.gpg.d/pkgr-zammad.gpg] https://dl.packager.io/srv/deb/zammad/zammad/stable/ubuntu 22.04 main"| \
tee /etc/apt/sources.list.d/zammad.list > /dev/null
Ubuntu 24.04
.. code-block:: sh
$ echo "deb [signed-by=/etc/apt/trusted.gpg.d/pkgr-zammad.gpg] https://dl.packager.io/srv/deb/zammad/zammad/stable/ubuntu 24.04 main"| \
tee /etc/apt/sources.list.d/zammad.list > /dev/null
.. tab:: Debian

Install Repository Key
Expand Down
2 changes: 1 addition & 1 deletion prerequisites/software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Below you can find all distributions Zammad provides packages for.
"CentOS / RHEL", "8 & 9"
"Debian", "11 & 12"
"OpenSuSE / SLES", "Leap 15.x / 15"
"Ubuntu", "20.04 & 22.04"
"Ubuntu", "20.04, 22.04 & 24.04"

.. warning:: ⚠️ SuSE Tumbleweed **does not** meet Zammad requirements and thus
**is not** supported!
Expand Down

0 comments on commit 798e7ea

Please sign in to comment.