Actualmente estoy tratando de instalar syncthing siguiendo la guía oficial , pero después de
# Add the "stable" channel to my APT sources:
echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
y
sudo apt-get update
Tengo la siguiente respuesta
...
Ign:2 https://apt.syncthing.net syncthing InRelease
...
Reading package lists... Done
E: The repository 'https://apt.syncthing.net syncthing Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
No está seguro de cómo proceder a partir de aquí. No hay un 'modo seguro' para instalar scynthing? Alguien ha tenido este problema? Ayuda se agradece mucho, gracias.