Revert "pacman: add chaotic aur repo"

This reverts commit 85c439898d.
This commit is contained in:
lelgenio 2021-10-10 00:19:02 -03:00
parent f58c755441
commit 36f1418bb8
2 changed files with 0 additions and 12 deletions

View File

@ -32,11 +32,6 @@ 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,11 +61,4 @@ 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