From fbd2876aa5db70b565a00bfb48bf2d7b6cf088dc Mon Sep 17 00:00:00 2001 From: Akash Krishnan Date: Sun, 15 Oct 2017 23:40:27 +0530 Subject: [PATCH] btsync download link changed --- btsync/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btsync/install.sh b/btsync/install.sh index 1bd902f..0a63f31 100755 --- a/btsync/install.sh +++ b/btsync/install.sh @@ -73,7 +73,7 @@ add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates univ # Install BTSync mkdir -p /opt/btsync -curl -s -k -L "https://download-cdn.getsyncapp.com/stable/linux-x64/BitTorrent-Sync_x64.tar.gz" | tar -xzf - -C /opt/btsync +curl -s -k -L "https://download-cdn.resilio.com/stable/linux-x64/resilio-sync_x64.tar.gz" | tar -xzf - -C /opt/btsync #########################################