We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c4334 commit f618b1bCopy full SHA for f618b1b
1 file changed
keyring.sh
@@ -218,7 +218,7 @@ remove_alter_key() {
218
219
update_arch32_key() {
220
pacman -Sy --config "${alter_pacman_conf_i686}"
221
- pacman --noconfirm -S alter-stable/archlinux32-keyring
+ pacman --noconfirm -S --config "${alter_pacman_conf_i686}" alter-stable/archlinux32-keyring
222
pacman-key --init
223
pacman-key --populate archlinux32
224
#pacman-key --refresh-keys
0 commit comments