From 87df50378cfa3194b21d9e6370482efa7478a6dc Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Tue, 20 Feb 2018 03:03:20 +0100 Subject: [PATCH] Remove ECDSA key from GPG init code. --- home/bin/update-profile | 1 - 1 file changed, 1 deletion(-) diff --git a/home/bin/update-profile b/home/bin/update-profile index 0e49f08..42b4e8c 100755 --- a/home/bin/update-profile +++ b/home/bin/update-profile @@ -40,7 +40,6 @@ fi chmod 700 "${GNUPGHOME}" for key in \ B5108C5A158A6608AD3361DA1573F6D8EFE4D0CF \ - 04ADEF85EA6AEC6F75941E84468BBEEBB9EC6AEA \ ; do if ! gpg --list-keys "${key}" >/dev/null 2>&1; then # key does not exist yet