From e31ce9b7e9d880c379c5c8800fa0f90c839129ae Mon Sep 17 00:00:00 2001 From: John Ramsden Date: Sat, 16 May 2020 21:10:02 -0700 Subject: [PATCH] Fetch archzfs key to avoid missing key error --- alez.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alez.sh b/alez.sh index cf0d013..718c358 100755 --- a/alez.sh +++ b/alez.sh @@ -697,14 +697,14 @@ if ! init_keyring; then exit 1 fi -refresh_mirrors - if ! fetch_archzfs_key; then dialog --title "Installation error" \ --msgbox "ERROR: Failed to fetch archzfs key" ${HEIGHT} ${WIDTH} exit 1 fi +refresh_mirrors + install_arch | dialog --progressbox 30 70 # Install GRUB BIOS