Install chaotic AUR
This commit is contained in:
parent
a2e2dd2542
commit
3f6fc85f08
2 changed files with 12 additions and 0 deletions
|
@ -108,3 +108,6 @@ Server = https://mirror.biocrafting.net/archlinux/archzfs/$repo/x86_64
|
||||||
Server = https://mirror.in.themindsmaze.com/archzfs/$repo/x86_64
|
Server = https://mirror.in.themindsmaze.com/archzfs/$repo/x86_64
|
||||||
# Mirror - US
|
# Mirror - US
|
||||||
Server = https://zxcvfdsa.com/archzfs/$repo/$arch
|
Server = https://zxcvfdsa.com/archzfs/$repo/$arch
|
||||||
|
|
||||||
|
[chaotic-aur]
|
||||||
|
Include = /etc/pacman.d/chaotic-mirrorlist
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
- 8A8F901A # Sublime Text
|
- 8A8F901A # Sublime Text
|
||||||
- 9D5F1C051D146843CDA4858BDE64825E7CBC0D51 # ArchStrike
|
- 9D5F1C051D146843CDA4858BDE64825E7CBC0D51 # ArchStrike
|
||||||
- DDF7DB817396A49B2A2723F7403BD972F75D9D76 # archzfs
|
- DDF7DB817396A49B2A2723F7403BD972F75D9D76 # archzfs
|
||||||
|
- 3056513887B78AEB # chaotic-AUR
|
||||||
when: item not in repo_keys.stdout
|
when: item not in repo_keys.stdout
|
||||||
|
|
||||||
- name: Install pacman config
|
- name: Install pacman config
|
||||||
|
@ -45,6 +46,14 @@
|
||||||
become: true
|
become: true
|
||||||
become_user: aur_builder
|
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
|
- name: Update package repositories
|
||||||
pacman:
|
pacman:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
Loading…
Reference in a new issue