Install chaotic AUR

This commit is contained in:
Jake Howard 2021-07-01 22:16:25 +01:00
parent a2e2dd2542
commit 3f6fc85f08
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 12 additions and 0 deletions

View File

@ -108,3 +108,6 @@ Server = https://mirror.biocrafting.net/archlinux/archzfs/$repo/x86_64
Server = https://mirror.in.themindsmaze.com/archzfs/$repo/x86_64
# Mirror - US
Server = https://zxcvfdsa.com/archzfs/$repo/$arch
[chaotic-aur]
Include = /etc/pacman.d/chaotic-mirrorlist

View File

@ -13,6 +13,7 @@
- 8A8F901A # Sublime Text
- 9D5F1C051D146843CDA4858BDE64825E7CBC0D51 # ArchStrike
- DDF7DB817396A49B2A2723F7403BD972F75D9D76 # archzfs
- 3056513887B78AEB # chaotic-AUR
when: item not in repo_keys.stdout
- name: Install pacman config
@ -45,6 +46,14 @@
become: true
become_user: aur_builder
- name: Install chaotic AUR
pacman:
name: "{{ item }}"
become: true
loop:
- https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst
- https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst
- name: Update package repositories
pacman:
update_cache: yes