This is a note to myself about what I need to do to setup a Raspbian box.
- Username is
pi
and pw israspberry
.osmc
/osmc
if OSMC. apt-get update
apt-get dist-upgrade -y
apt-get install nfs-kernel-server openvpn software-properties-common vim git dnsutils -y
software-properties-common
for adding PPAs
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 249AD24C
- we can't use
apt-add-repository
because the Deluge PPA only has Ubuntu builds - key info is found here