Skip to content

Instantly share code, notes, and snippets.

@foliveira
Created July 16, 2023 11:36
Show Gist options
  • Select an option

  • Save foliveira/172a18a032b1d96f0862f84ff625905d to your computer and use it in GitHub Desktop.

Select an option

Save foliveira/172a18a032b1d96f0862f84ff625905d to your computer and use it in GitHub Desktop.
Cannot update Manjaro Linux: Unknown trust with Archlinux-keyring
#!/bin/bash
pacman-mirrors
pacman -Syy
pacman -S archlinux-keyring manjaro-keyring
pacman-key --init
pacman-key --populate archlinux manjaro
pacman-key --refresh-keys
pacman -Syu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment