summaryrefslogtreecommitdiff
path: root/util/reset_pacman_keys.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/reset_pacman_keys.sh')
-rw-r--r--util/reset_pacman_keys.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/reset_pacman_keys.sh b/util/reset_pacman_keys.sh
index c360432..fc1e754 100644
--- a/util/reset_pacman_keys.sh
+++ b/util/reset_pacman_keys.sh
@@ -18,5 +18,9 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
+rm -rf /etc/pacman.d/gnupg
+pacman-key --init
+pacman-key --populate archlinux
+
echo "Resetted pacman keys - OK"