Skip to content

Commit f618b1b

Browse files
committed
[fix] : Fixed arch32 alter config.
1 parent e7c4334 commit f618b1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

keyring.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ remove_alter_key() {
218218

219219
update_arch32_key() {
220220
pacman -Sy --config "${alter_pacman_conf_i686}"
221-
pacman --noconfirm -S alter-stable/archlinux32-keyring
221+
pacman --noconfirm -S --config "${alter_pacman_conf_i686}" alter-stable/archlinux32-keyring
222222
pacman-key --init
223223
pacman-key --populate archlinux32
224224
#pacman-key --refresh-keys

0 commit comments

Comments
 (0)