diff --git a/Raspberry Pi/helpful_stuff.md b/Raspberry Pi/helpful_stuff.md new file mode 100644 index 0000000..ed8da8a --- /dev/null +++ b/Raspberry Pi/helpful_stuff.md @@ -0,0 +1,12 @@ +# Add new apt source: +### Location +/etc/apt/sources.list.d/ + +#### Example content: +deb http://ddebs.ubuntu.com ${VERSION_CODENAME} main restricted universe multiverse +deb http://ddebs.ubuntu.com ${VERSION_CODENAME}-updates main restricted universe multiverse +deb http://ddebs.ubuntu.com ${VERSION_CODENAME}-proposed main restricted universe multiverse + + +### Add the public key +sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys \ No newline at end of file