summaryrefslogtreecommitdiff
path: root/bin/refresh-keyring
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-05-05 12:32:03 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2018-05-05 13:02:30 -0400
commit2a00fa19c992b4c01b1c81ee231e5981ae9e69d4 (patch)
tree5205193e53d3ddd8c8c61b0640afb9685cf66268 /bin/refresh-keyring
parent4a2b3a2328d9260b81a4c378414975debcc0f64b (diff)
add refresh-keyring script
Diffstat (limited to 'bin/refresh-keyring')
-rw-r--r--bin/refresh-keyring13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/refresh-keyring b/bin/refresh-keyring
new file mode 100644
index 0000000..880364b
--- /dev/null
+++ b/bin/refresh-keyring
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+
+pacman -Sy --noconfirm archlinux-keyring \
+ archlinux32-keyring \
+ archlinuxarm-keyring \
+ parabola-keyring && \
+pacman-key --init && \
+pacman-key --populate archlinux \
+ archlinux32 \
+ archlinuxarm \
+ parabola && \
+pacman-key --refresh-keys