Whats up with the Syncthing script? It's not updatable, and the version it's installing is ahead of the public release version #4116
Unanswered
bobloadmire
asked this question in
Q&A
Replies: 1 comment 5 replies
-
It use there own Repo with stable releases, you see this in the source code. curl -fsSL -o /usr/share/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg
sh -c 'echo "deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable" > /etc/apt/sources.list.d/syncthing.list'
$STD apt-get update
$STD apt-get install -y syncthing |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to install the syncthing LXC, but it's going to install the v2 beta 9, which isn't even the latest beta. latest release is 1.29.5. It also says its not updatable? it was added about a year ago, so wondering whats going on, and if we can get a script for the latest release?
Beta Was this translation helpful? Give feedback.
All reactions