Last active
May 12, 2018 08:46
-
-
Save kmgalanakis/a5d22434a3fab7b3624f380317187617 to your computer and use it in GitHub Desktop.
Install Resilio Sync on the RPi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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