Add elememnt (matrix client) installation

una
Sergio Alvariño 3 years ago
parent 537f9b7ff3
commit f1c98e7cc8

@ -2461,6 +2461,21 @@ El procedimiento recomendado en la página oficial:
------------------------------------------------------------------------
Element (cliente de matrix.org)
-------------------------------
Instalamos con:
sudo apt install -y wget apt-transport-https
sudo wget -O /usr/share/keyrings/riot-im-archive-keyring.gpg https://packages.riot.im/debian/riot-im-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/riot-im-archive-keyring.gpg] https://packages.riot.im/debian/ default main" | sudo tee /etc/apt/sources.list.d/riot-im.list
sudo apt update
sudo apt install element-desktop
Lector DNI electrónico
----------------------

@ -2123,6 +2123,21 @@ sudo apt update && sudo apt install signal-desktop
----
===== Element (cliente de matrix.org) =====
Instalamos con:
<code bash>
sudo apt install -y wget apt-transport-https
sudo wget -O /usr/share/keyrings/riot-im-archive-keyring.gpg https://packages.riot.im/debian/riot-im-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/riot-im-archive-keyring.gpg] https://packages.riot.im/debian/ default main" | sudo tee /etc/apt/sources.list.d/riot-im.list
sudo apt update
sudo apt install element-desktop
</code>
===== Lector DNI electrónico =====
Instalamos:

Binary file not shown.

@ -1846,6 +1846,19 @@ sudo apt update &amp;&amp; sudo apt install signal-desktop</pre>
-----
== Element (cliente de matrix.org) ==
Instalamos con:
<source lang="bash">sudo apt install -y wget apt-transport-https
sudo wget -O /usr/share/keyrings/riot-im-archive-keyring.gpg https://packages.riot.im/debian/riot-im-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/riot-im-archive-keyring.gpg] https://packages.riot.im/debian/ default main" | sudo tee /etc/apt/sources.list.d/riot-im.list
sudo apt update
sudo apt install element-desktop</source>
== Lector DNI electrónico ==
Instalamos:

Binary file not shown.

Binary file not shown.

@ -3255,6 +3255,26 @@ sudo apt update && sudo apt install signal-desktop
\begin{center}\rule{0.5\linewidth}{0.5pt}\end{center}
\hypertarget{element-cliente-de-matrix.org}{%
\subsection{Element (cliente de
matrix.org)}\label{element-cliente-de-matrix.org}}
Instalamos con:
\begin{Shaded}
\begin{Highlighting}[]
\FunctionTok{sudo}\NormalTok{ apt install {-}y wget apt{-}transport{-}https}
\FunctionTok{sudo}\NormalTok{ wget {-}O /usr/share/keyrings/riot{-}im{-}archive{-}keyring.gpg https://packages.riot.im/debian/riot{-}im{-}archive{-}keyring.gpg}
\BuiltInTok{echo} \StringTok{"deb [signed{-}by=/usr/share/keyrings/riot{-}im{-}archive{-}keyring.gpg] https://packages.riot.im/debian/ default main"} \KeywordTok{|} \FunctionTok{sudo}\NormalTok{ tee /etc/apt/sources.list.d/riot{-}im.list}
\FunctionTok{sudo}\NormalTok{ apt update}
\FunctionTok{sudo}\NormalTok{ apt install element{-}desktop}
\end{Highlighting}
\end{Shaded}
\hypertarget{lector-dni-electruxf3nico}{%
\subsection{Lector DNI electrónico}\label{lector-dni-electruxf3nico}}

@ -108,6 +108,24 @@ __NOTA__: Parece que no funciona. Lo he instalado via _flatpack_
------------
## Element (cliente de matrix.org)
Instalamos con:
```bash
sudo apt install -y wget apt-transport-https
sudo wget -O /usr/share/keyrings/riot-im-archive-keyring.gpg https://packages.riot.im/debian/riot-im-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/riot-im-archive-keyring.gpg] https://packages.riot.im/debian/ default main" | sudo tee /etc/apt/sources.list.d/riot-im.list
sudo apt update
sudo apt install element-desktop
```
## Lector DNI electrónico
Instalamos:

Loading…
Cancel
Save