-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use MIT keyserver. The previous one is down.
- Loading branch information
1 parent
2a8aa4a
commit 6f0131c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ clean=0 # Clean up? | |
gpg --fingerprint D8406D0D82947747293778314AA394086372C20A | ||
if [ $? -ne 0 ]; then | ||
echo -e "\033[33mDownloading PGP Public Key...\033[0m" | ||
gpg --keyserver pgp.uni-mainz.de --recv-keys D8406D0D82947747293778314AA394086372C20A | ||
gpg --keyserver pgp.mit.edu --recv-keys D8406D0D82947747293778314AA394086372C20A | ||
# Sebastian Bergmann <[email protected]> | ||
gpg --fingerprint D8406D0D82947747293778314AA394086372C20A | ||
if [ $? -ne 0 ]; then | ||
|