Merge pull request #1421 from MrDiamond123/master

Created a notice for when the apt-key command fails (For Debian Install)
This commit is contained in:
Sergei Eremenko 2018-08-05 18:42:52 +03:00 committed by GitHub
commit 199ca77bdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,14 @@ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com E58A9D36647CAE7F
sudo apt-get update
sudo apt-get install papirus-icon-theme
```
**NOTE:** If you get a error like this when running the 2nd comand:
```
gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory
gpg: connecting dirmngr at '/tmp/apt-key-gpghome.n6DTgEC7J8/S.dirmngr' failed: No such file or directory
gpg: keyserver receive failed: No dirmngr
```
You need to run ``` sudo apt-get install dirmngr ``` and try running the 2nd command again.
### Papirus Installer