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
#! /bin/sh | |
### How to get Resilio and Docker unto your Raspberry Pi ### | |
# Install Docker unto your Raspberry Pi using the linuxserver resilio armhf image | |
sudo apt update; | |
sudo apt dist-upgrade -y; | |
# Install the latest docker with the easy docker install script. You need to trust this dude. |