From 991e077bf373a39d6cda565257eed73274be6d36 Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Wed, 27 Jan 2021 10:43:32 +0100 Subject: [PATCH] scripts: add halseth key to verify script --- scripts/verify-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/verify-install.sh b/scripts/verify-install.sh index cf7806f1..83617ca0 100755 --- a/scripts/verify-install.sh +++ b/scripts/verify-install.sh @@ -18,6 +18,7 @@ KEYS+=("9C8D61868A7C492003B2744EE7D737B67FA592C7 https://keybase.io/bitconner/pg KEYS+=("E4D85299674B2D31FAA1892E372CBD7633C61696 https://keybase.io/roasbeef/pgp_keys.asc") KEYS+=("729E9D9D92C75A5FBFEEE057B5DD717BEF7CA5B1 https://keybase.io/wpaulino/pgp_keys.asc") KEYS+=("7E81EF6B9989A9CC93884803118759E83439A9B1 https://keybase.io/eugene_/pgp_keys.asc") +KEYS+=("7AB3D7F5911708842796513415BAADA29DA20D26 https://keybase.io/halseth/pgp_keys.asc") function check_command() { echo -n "Checking if $1 is installed... "