uin2u

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by uin2u

  1. INSTALLATION IN DEBIAN

    Currently there are packages available for Debian squeeze, wheezy and sid supporting both i386 and amd64. A build for armhf and armel is available too for Debian Wheezy (rasbian). The packages can be easily installed by adding the btsync repository and then installing as usual:


    sudo gpg --keyserver pgp.mit.edu --recv-keys 6BF18B15
    sudo gpg --armor --export 6BF18B15 | apt-key add -

    sudo echo deb http://debian.yeasoft.net/btsync $(lsb_release -cs) main contrib non-free >> /etc/apt/sources.list.d/btsync.list
    sudo echo deb-src http://debian.yeasoft.net/btsync $(lsb_release -cs) main contrib non-free >> /etc/apt/sources.list.d/btsync.list

    sudo apt-get update
    sudo apt-get install btsync

    If you are not using Ubuntu or Debian or you want only to understand how this kind of deployment works, download the btsync deployment scripts here.

    Do you plan to update the repository for version 1.1.22?