summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
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