You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
308 B
5 lines
308 B
2 years ago
|
#!/bin/bash
|
||
|
|
||
3 years ago
|
sudo pacman-key --recv-key FBA220DFC880C036 --keyserver keyserver.ubuntu.com
|
||
|
sudo pacman-key --lsign-key FBA220DFC880C036
|
||
|
sudo pacman -U --noconfirm 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst'
|