mirror of
https://github.com/JonasunderscoreJones/ArchSystemSetup.git
synced 2025-10-22 19:19:20 +02:00
possibly fixed chaotic aur
This commit is contained in:
parent
0a61b458d7
commit
ea71e94141
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ install_yay_aur() {
|
|||
}
|
||||
|
||||
install_chaoticaur() {
|
||||
sudo pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com --noconfirm
|
||||
sudo pacman-key --lsign-key 3056513887B78AEB --noconfirm
|
||||
sudo pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com
|
||||
sudo pacman-key --lsign-key 3056513887B78AEB
|
||||
sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' --noconfirm
|
||||
sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' --noconfirm
|
||||
echo "Appending to /etc/pacman.conf..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue