From c0c41ff8ac24c146505da618bfc0117b48c1452f Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 26 Feb 2015 11:06:20 -0500 Subject: increase expiration to expire in two years, add experimental key --- debian/postinst | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst index c9fb56a..ebe1959 100644 --- a/debian/postinst +++ b/debian/postinst @@ -4,4 +4,5 @@ set -e if which apt-key > /dev/null; then apt-key add /usr/share/keyrings/leap-keyring.gpg + apt-key add /usr/share/keyrings/leap-experimental-keyring.gpg fi -- cgit v1.2.3