summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-02-26 11:06:20 -0500
committerMicah Anderson <micah@riseup.net>2015-02-26 11:06:20 -0500
commitc0c41ff8ac24c146505da618bfc0117b48c1452f (patch)
treeb445ba77f217107b96420e68ee8c18e44bb384c3 /debian/postinst
parenta61e7e512db4edaecd1ce0a5617dae630a0c4394 (diff)
increase expiration to expire in two years, add experimental key
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst1
1 files changed, 1 insertions, 0 deletions
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