[install][upgrade] Add missing Chaotic AUR key

manually.

Resolves 
This commit is contained in:
Luke Short 2025-06-14 15:59:16 -06:00
commit bd49efd8e3
2 changed files with 4 additions and 0 deletions

View file

@ -325,6 +325,8 @@ chroot "${WINESAPOS_INSTALL_DIR}" pacman -S -y
echo "Adding the Chaotic AUR repository..."
chroot "${WINESAPOS_INSTALL_DIR}" pacman-key --recv-keys 3056513887B78AEB --keyserver keyserver.ubuntu.com
chroot "${WINESAPOS_INSTALL_DIR}" pacman-key --lsign-key 3056513887B78AEB
chroot "${WINESAPOS_INSTALL_DIR}" pacman-key --recv-keys D6C9442437365605 --keyserver keyserver.ubuntu.com
chroot "${WINESAPOS_INSTALL_DIR}" pacman-key --lsign-key D6C9442437365605
curl --location --remote-name 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' --output-dir "${WINESAPOS_INSTALL_DIR}"
chroot "${WINESAPOS_INSTALL_DIR}" pacman --noconfirm -U /chaotic-keyring.pkg.tar.zst
curl --location --remote-name 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' --output-dir "${WINESAPOS_INSTALL_DIR}"

View file

@ -280,6 +280,8 @@ pacman_key_chaotic() {
echo "Adding the public GPG key for the Chaotic AUR repository..."
pacman-key --recv-keys 3056513887B78AEB
pacman-key --lsign-key 3056513887B78AEB
pacman-key --recv-keys D6C9442437365605
pacman-key --lsign-key D6C9442437365605
"${CMD_CURL}" --location --remote-name 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' --output-dir /
${CMD_PACMAN} --noconfirm -U /chaotic-keyring.pkg.tar.zst
rm -f /chaotic-*.pkg.tar.zst