Skip to content

Commit e31ce9b

Browse files
committed
Fetch archzfs key to avoid missing key error
1 parent ffba976 commit e31ce9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alez.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -697,14 +697,14 @@ if ! init_keyring; then
697697
exit 1
698698
fi
699699

700-
refresh_mirrors
701-
702700
if ! fetch_archzfs_key; then
703701
dialog --title "Installation error" \
704702
--msgbox "ERROR: Failed to fetch archzfs key" ${HEIGHT} ${WIDTH}
705703
exit 1
706704
fi
707705

706+
refresh_mirrors
707+
708708
install_arch | dialog --progressbox 30 70
709709

710710
# Install GRUB BIOS

0 commit comments

Comments
 (0)