Skip to content

Instantly share code, notes, and snippets.

@mecaneer23
Created December 24, 2023 22:42
Show Gist options
  • Save mecaneer23/b3c60505b439ebeeb54c85ab9129e34f to your computer and use it in GitHub Desktop.
Save mecaneer23/b3c60505b439ebeeb54c85ab9129e34f to your computer and use it in GitHub Desktop.
Update ArcoLinux pacman keys
#!/bin/bash
echo "Removing old keys"
sudo rm -rf /etc/pacman.d/gnupg
echo "Init new keys"
sudo pacman-key --init
echo "Init ArcoLinux specific keys"
sudo pacman-key --populate arcolinux
echo "Update databases"
sudo pacman -Syyuu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment