Skip to content

Commit e7c4334

Browse files
committed
[fix] : Fixed arch32 key.
1 parent d27c015 commit e7c4334

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

keyring.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,8 @@ remove_alter_key() {
217217
}
218218

219219
update_arch32_key() {
220-
pacman -Syy --config "${alter_pacman_conf_i686}"
221-
pacman -Sw --noconfirm --config "${alter_pacman_conf_i686}" archlinux32-keyring
222-
pacman -U --noconfirm $(ls /var/cache/pacman/pkg/* | grep archlinux32-keyring | tail -n 1)
220+
pacman -Sy --config "${alter_pacman_conf_i686}"
221+
pacman --noconfirm -S alter-stable/archlinux32-keyring
223222
pacman-key --init
224223
pacman-key --populate archlinux32
225224
#pacman-key --refresh-keys

0 commit comments

Comments
 (0)