Pinebook help stuff
This commit is contained in:
parent
aa49de9246
commit
0536e42ce5
1 changed files with 12 additions and 0 deletions
12
Raspberry Pi/helpful_stuff.md
Normal file
12
Raspberry Pi/helpful_stuff.md
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue