We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27c015 commit e7c4334Copy full SHA for e7c4334
1 file changed
keyring.sh
@@ -217,9 +217,8 @@ remove_alter_key() {
217
}
218
219
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)
+ pacman -Sy --config "${alter_pacman_conf_i686}"
+ pacman --noconfirm -S alter-stable/archlinux32-keyring
223
pacman-key --init
224
pacman-key --populate archlinux32
225
#pacman-key --refresh-keys
0 commit comments