Skip to content

Instantly share code, notes, and snippets.

@R4wm
Last active August 14, 2024 02:50
Show Gist options
  • Save R4wm/8a5099fa4c0ffc7eac994efd6ae9e649 to your computer and use it in GitHub Desktop.
Save R4wm/8a5099fa4c0ffc7eac994efd6ae9e649 to your computer and use it in GitHub Desktop.
when pacman is busted or you just have corrupt signatures (yes i know this is not ideal, but..)

modify /etc/pacman.conf file change the line to SigLevel = Never run ```bash

pacman -Syyu


revert the `/etc/pacman.conf` file

### you may have to use `pacman-static` if `pacman` is busted

download here: https://aur.archlinux.org/packages/pacman-static

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment