mirror of
https://github.com/simon987/scripts.git
synced 2025-04-04 08:23:05 +00:00
8 lines
157 B
Plaintext
Executable File
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
|