Skip to content

Commit

Permalink
Fetch archzfs key to avoid missing key error
Browse files Browse the repository at this point in the history
  • Loading branch information
johnramsden committed May 17, 2020
1 parent ffba976 commit e31ce9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alez.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e31ce9b

Please sign in to comment.