Correct syncthing installation

master
Sergio Alvariño 1 year ago
parent 8856703c51
commit c86c29869b

@ -586,8 +586,8 @@ Cuando estemos contentos con nuestro `zsh` tendremos que ejecutar
Añadimos el ppa:
``` {bash}
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
curl -s https://syncthing.net/release-key.txt | sudo gpg --dearmour -o /usr/local/share/keyrings/synching-archive-keyring.gpg
echo "deb [ signed-by=/usr/local/share/keyrings/synching-archive-keyring.gpg ] https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
sudo apt-get update
sudo apt-get install syncthing
```

@ -455,8 +455,8 @@ sudo apt-get install mint-meta-codecs
Añadimos el ppa:
<code {bash}>
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
curl -s https://syncthing.net/release-key.txt | sudo gpg --dearmour -o /usr/local/share/keyrings/synching-archive-keyring.gpg
echo "deb [ signed-by=/usr/local/share/keyrings/synching-archive-keyring.gpg ] https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
sudo apt-get update
sudo apt-get install syncthing
</code>

Binary file not shown.

@ -426,8 +426,8 @@ Cuando estemos contentos con nuestro <code>zsh</code> tendremos que ejecutar <co
Añadimos el ppa:
<pre class="{bash}">curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
echo &quot;deb https://apt.syncthing.net/ syncthing stable&quot; | sudo tee /etc/apt/sources.list.d/syncthing.list
<pre class="{bash}">curl -s https://syncthing.net/release-key.txt | sudo gpg --dearmour -o /usr/local/share/keyrings/synching-archive-keyring.gpg
echo &quot;deb [ signed-by=/usr/local/share/keyrings/synching-archive-keyring.gpg ] https://apt.syncthing.net/ syncthing stable&quot; | sudo tee /etc/apt/sources.list.d/syncthing.list
sudo apt-get update
sudo apt-get install syncthing</pre>
<span id="utilidades"></span>

Binary file not shown.

Binary file not shown.

@ -884,8 +884,8 @@ Añadimos el ppa:
\begin{Shaded}
\begin{Highlighting}[]
\NormalTok{curl {-}s https://syncthing.net/release{-}key.txt | sudo apt{-}key add {-}}
\NormalTok{echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list}
\NormalTok{curl {-}s https://syncthing.net/release{-}key.txt | sudo gpg {-}{-}dearmour {-}o /usr/local/share/keyrings/synching{-}archive{-}keyring.gpg}
\NormalTok{echo "deb [ signed{-}by=/usr/local/share/keyrings/synching{-}archive{-}keyring.gpg ] https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list}
\NormalTok{sudo apt{-}get update}
\NormalTok{sudo apt{-}get install syncthing}
\end{Highlighting}

@ -549,8 +549,8 @@ sudo apt-get install mint-meta-codecs
Añadimos el ppa:
~~~~{bash}
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
curl -s https://syncthing.net/release-key.txt | sudo gpg --dearmour -o /usr/local/share/keyrings/synching-archive-keyring.gpg
echo "deb [ signed-by=/usr/local/share/keyrings/synching-archive-keyring.gpg ] https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
sudo apt-get update
sudo apt-get install syncthing
~~~~

Loading…
Cancel
Save