Skip to content

Instantly share code, notes, and snippets.

@kmgalanakis
Last active May 12, 2018 08:46
Show Gist options
  • Save kmgalanakis/a5d22434a3fab7b3624f380317187617 to your computer and use it in GitHub Desktop.
Save kmgalanakis/a5d22434a3fab7b3624f380317187617 to your computer and use it in GitHub Desktop.
Install Resilio Sync on the RPi
sudo echo "deb http://linux-packages.resilio.com/resilio-sync/deb resilio-sync non-free" | sudo tee /etc/apt/sources.list.d/resilio-sync.list
sudo wget -qO - https://linux-packages.resilio.com/resilio-sync/key.asc | sudo apt-key add -
sudo apt-get update
sudo dpkg --add-architecture armel
sudo apt-get update
sudo apt-get install resilio-sync:armel
sudo systemctl enable resilio-sync
========================================
Then go to http://<your-ip>:8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment