Merge pull request #356 from OrganicPanda/patch-1

Reorder cleanup commands
pull/359/head
drduh 1 year ago committed by GitHub
commit 0666a2b38c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1808,10 +1808,10 @@ Ensure you have:
Reboot or [securely delete](http://srm.sourceforge.net/) `$GNUPGHOME` and remove the secret keys from the GPG keyring:
```console
$ sudo srm -r $GNUPGHOME || sudo rm -rf $GNUPGHOME
$ gpg --delete-secret-key $KEYID
$ sudo srm -r $GNUPGHOME || sudo rm -rf $GNUPGHOME
$ unset GNUPGHOME
```

Loading…
Cancel
Save