Skip to content

Instantly share code, notes, and snippets.

@araddon
Last active August 29, 2015 14:15
Show Gist options
  • Save araddon/39c3ae1c7623f43b4cce to your computer and use it in GitHub Desktop.
Save araddon/39c3ae1c7623f43b4cce to your computer and use it in GitHub Desktop.
btsync
#!/bin/bash
#
# v 0.03
cd /tmp
rm -f btsync.tar.gz
wget https://download-cdn.getsyncapp.com/stable/linux-x64/BitTorrent-Sync_x64.tar.gz -O btsync.tar.gz
rm -rf /usr/local/bin/btsync
tar -C /usr/local/bin -xzf btsync.tar.gz
chmod +x /usr/local/bin/btsync
rm btsync.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment