pacman: add chaotic aur repo

This commit is contained in:
lelgenio 2021-09-23 21:00:35 -03:00
parent ea495b6f51
commit 85c439898d
2 changed files with 12 additions and 0 deletions

View File

@ -32,6 +32,11 @@ actions:
pacman_install: |
pacman-key --init
pacman-key --populate
pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com
pacman-key --lsign-key 3056513887B78AEB
pacman -U \
'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst'\
'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst'
sv_update: |
sv restart "{{@@ '_dotfile_key' | var @@}}" ||
rc-service "{{@@ '_dotfile_key' | var @@}}" restart

View File

@ -61,4 +61,11 @@ Include = /etc/pacman.d/mirrorlist-arch
#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist-arch
##################################################
# AUR
##################################################
[chaotic-aur]
Include = /etc/pacman.d/chaotic-mirrorlist
# vim: ft=ini