1
0
mirror of https://github.com/simon987/scripts.git synced 2025-04-15 16:26:42 +00:00

8 lines
157 B
Plaintext
Executable File

sudo su <<EOF
pacman -S archlinux-keyring
pacman-key --init
pacman-key --populate archlinux
pacman-key --refresh-keys
pacman -Syyu --noconfirm
EOF