Merge pull request #238 from benhc123/patch-14
Corrections on new section
This commit is contained in:
10
README.md
10
README.md
@@ -709,10 +709,12 @@ Using Blackbox when gpg2 is installed next to gpg
|
|||||||
=================================================
|
=================================================
|
||||||
|
|
||||||
In some situations, team members or automated roles need to install gpg
|
In some situations, team members or automated roles need to install gpg
|
||||||
2.x next to the system gpg version 1.x. to catch up with the teams gpg
|
2.x alongside the system gpg version 1.x to catch up with the team's gpg
|
||||||
version. On Ubuntu 16. you can ```apt-get install gnupg2``` which
|
version. On Ubuntu 16, you can ```apt-get install gnupg2``` which
|
||||||
installes the binary gpg2. If you want to use this gpg2 binany run every
|
installs the binary gpg2. If you want to use this gpg2 binary, run every
|
||||||
blackbox command with GPG=gpg2. E.g.:
|
blackbox command with GPG=gpg2.
|
||||||
|
|
||||||
|
For example:
|
||||||
|
|
||||||
```
|
```
|
||||||
GPG=gpg2 blackbox_postdeploy
|
GPG=gpg2 blackbox_postdeploy
|
||||||
|
|||||||
Reference in New Issue
Block a user