Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- # Issues with “signature is marginal trust” or “invalid or corrupted package”
- sudo pacman -Sy archlinux-keyring chaotic-keyring
- sudo pacman-key --populate archlinux chaotic
- sudo pacman-key --refresh-keys
- sudo pacman -Syu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement