Skip to content

Instantly share code, notes, and snippets.

View GillesBIANNIC's full-sized avatar

Gilles BIANNIC GillesBIANNIC

View GitHub Profile
@P4ndaFR
P4ndaFR / update-keyring.sh
Last active March 9, 2020 14:30
Script to update archlinux keyring, in order to fix "invalid or corrupted package" error
#!/bin/bash
# This should be run as root
pacman -Sy archlinux-keyring
pacman-key --populate archlinux
pacman-key --refresh-keys