Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions install/package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,6 @@ Add Repository
$ sudo curl -fsSL "https://go.packager.io/srv/deb/zammad/zammad/gpg-key.gpg" \
-o /usr/share/keyrings/zammad.gpg && sudo chmod 644 /usr/share/keyrings/zammad.gpg

Add repository (Debian 11)
.. code-block:: console

$ sudo curl -fsSL "https://go.packager.io/srv/zammad/zammad/stable/installer/debian/11.list" \
-o /etc/apt/sources.list.d/zammad.list

Add repository (Debian 12)
.. code-block:: console

Expand Down
4 changes: 2 additions & 2 deletions prerequisites/software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Below you can find all distributions Zammad provides packages for.
:widths: 20, 20

"CentOS / RHEL", "9, 10"
"Debian", "11, 12 & 13"
"Debian", "12 & 13"
"OpenSUSE Leap / SLES", "15 & 16"
"Ubuntu", "22.04, 24.04 & 26.04"

Expand Down Expand Up @@ -118,7 +118,7 @@ automatically be installed with the Zammad-Package.

$ sudo apt install libimlib2t64

Debian 11 & 12
Debian 12
.. code-block:: console

$ sudo apt install libimlib2
Expand Down
Loading