Skip to content

Instantly share code, notes, and snippets.

View DonPavlov's full-sized avatar

DonPavlov DonPavlov

View GitHub Profile
@DonPavlov
DonPavlov / docker_resilio.sh
Created January 29, 2018 16:11
Script to install docker and a resilio image on a Raspberry pi
#! /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.