From 3474f0ad48eb29522d05962590c4e2f0964ba04d Mon Sep 17 00:00:00 2001 From: ovari123 Date: Sun, 23 Mar 2025 15:39:30 -0500 Subject: [PATCH] user/jami-on-servers.md: Jami download link Change-Id: I0ecb05550ac1e411bb25f39d42aaf9f5260a23ef --- user/jami-on-servers.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/user/jami-on-servers.md b/user/jami-on-servers.md index 1aff35fa..0fb6369c 100644 --- a/user/jami-on-servers.md +++ b/user/jami-on-servers.md @@ -16,16 +16,18 @@ useradd -s /bin/bash -m jamiserver ## Install the Jami daemon on the server -Install the Jami daemon on the server (the full Jami client is not required to be installed, especially if the server does not have a graphical user interface) by following the installation instructions for the server's GNU/Linux distribution: [Download Jami for GNU/Linux](https://jami.net/download-jami-linux/); however, for say Ubuntu/Debian, replace the command: +Only the Jami daemon installation is required on the server. +The full Jami client is not required to be installed, especially if the server does not have a graphical user interface. +In the last command line of the installation instructions for the server's GNU/Linux distribution at [the setup instructions](/setup/index.md#jami-application), replace the text: ```bash -apt-get install jami +install jami ``` -with the command: +with the text: ```bash -apt-get install jami-daemon dbus-x11 +install jami-daemon dbus-x11 ``` ## Copy the Jami configuration files