From 0536e42ce5a36854dd464f14614bf3e514766363 Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Sat, 9 Oct 2021 15:47:50 +0200 Subject: [PATCH] Pinebook help stuff --- Raspberry Pi/helpful_stuff.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Raspberry Pi/helpful_stuff.md 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