aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/update-keys.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/update-keys.sh b/bin/update-keys.sh
index 6a7ade3..fe419a8 100755
--- a/bin/update-keys.sh
+++ b/bin/update-keys.sh
@@ -1,6 +1,7 @@
#!/bin/bash
-echo -n 'Updating developer keyrings...'
+echo -n 'Updating keyrings...'
cd _data &&
-wget -T 60 -q -N https://qa-reports.gentoo.org/output/active-devs.gpg
+wget -T 60 -q -N https://qa-reports.gentoo.org/output/active-devs.gpg &&
+wget -T 60 -q -N https://qa-reports.gentoo.org/output/service-keys.gpg
echo done.