summaryrefslogtreecommitdiff
path: root/bin/refresh-keyring
diff options
context:
space:
mode:
Diffstat (limited to 'bin/refresh-keyring')
-rwxr-xr-xbin/refresh-keyring13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/refresh-keyring b/bin/refresh-keyring
new file mode 100755
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