scripts/sc_update

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