We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a916a commit 73c6947Copy full SHA for 73c6947
postBuild
@@ -0,0 +1,10 @@
1
+#!/bin/bash
2
+set -e
3
+
4
+cd /tmp
5
+wget https://github.com/syncthing/syncthing/releases/download/v1.0.0/syncthing-linux-amd64-v1.1.1.tar.gz
6
7
+mkdir /tmp/syncthing
8
+tar xzf syncthing-linux-amd64-v1.0.0.tar.gz -C /tmp/syncthing
9
10
+mv /tmp/syncthing/syncthing ~/.local/bin/syncthing
0 commit comments