mirror of
https://github.com/winesapOS/winesapOS.git
synced 2025-10-08 16:30:19 +00:00
[install][upgrade] Add missing Chaotic AUR key
manually. Resolves #1069
This commit is contained in:
parent
dd002c8ba4
commit
bd49efd8e3
2 changed files with 4 additions and 0 deletions
|
@ -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}"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue