mirror of
https://github.com/Qubes-Community/Contents.git
synced 2024-10-01 01:05:51 -04:00
updated debian-version & section "installation of spotify"
* updated debian version to debian-10 * changed the signing key of spotify-package, otherwise you'll run into errors durring installation, due to missing signing keys (NO_PUBKEY 4773BD5E130D1D45)
This commit is contained in:
parent
9c68fa32a2
commit
d8377e7c2c
@ -29,7 +29,7 @@ Hint:
|
||||
t-multimedia is just the template VM where we will install all packages.
|
||||
In the last step we will create an AppVM from this template.
|
||||
|
||||
`qvm-clone debian-9 t-multimedia`
|
||||
`qvm-clone debian-10 t-multimedia`
|
||||
|
||||
Launch a Terminal in the new template VM:
|
||||
|
||||
@ -57,7 +57,7 @@ Import GPG-Key for spotify
|
||||
As the template VM can't connect to internet you need to get the public key file from another AppVM and copy it to the template VM. The easiest way is to use the Qubes Clipboard to copy the keys from the AppVM where you get the key to the Template VM.
|
||||
|
||||
In an AppVM which has Internet access:
|
||||
- Open <https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xA87FF9DF48BF1C90>
|
||||
- Open <https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x4773BD5E130D1D45>
|
||||
- Copy content of page to the Clipboard (Ctrl+A and Ctrl+C)
|
||||
- open a Terminal in this AppVM and copy the content of the clipboard to a file
|
||||
`xclip -o > spotify.pubkey`
|
||||
@ -82,13 +82,13 @@ This should look like:
|
||||
|
||||
[user@t-multimedia ~]$ `gpg --with-fingerprint spotify.pubkey`
|
||||
|
||||
pub 4096R/48BF1C90 2018-05-23 Spotify Public Repository Signing Key <tux@spotify.com>
|
||||
pub 4096R/130D1D45 2019-07-15 Spotify Public Repository Signing Key <tux@spotify.com>
|
||||
|
||||
Key fingerprint = 931F F8E7 9F08 7613 4EDD BDCC A87F F9DF 48BF 1C90
|
||||
Key fingerprint = 2EBF 997C 15BD A244 B6EB F5D8 4773 BD5E 130D 1D45
|
||||
|
||||
You can (and should) lookup the fingerprint on at least one (or more) keyservers as the above information might be outdated.
|
||||
|
||||
<https://keyserver.ubuntu.com/pks/lookup?op=vindex&search=0xA87FF9DF48BF1C90&fingerprint=on>
|
||||
<https://keyserver.ubuntu.com/pks/lookup?op=vindex&search=0x4773BD5E130D1D45&fingerprint=on>
|
||||
|
||||
Add the public key to the repository keyring
|
||||
`apt-key add spotify.pubkey`
|
||||
|
Loading…
Reference in New Issue
Block a user