Toastie 2 months ago
parent
commit
ec95df0559
1 changed files with 5 additions and 0 deletions
  1. 5 0
      apps/syncthing.sh

+ 5 - 0
apps/syncthing.sh

@@ -0,0 +1,5 @@
+# https://apt.syncthing.net/
+sudo mkdir -p /etc/apt/keyrings
+sudo curl -L -o /etc/apt/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg
+echo "deb [signed-by=/etc/apt/keyrings/syncthing-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