diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index f59fbd5da..6666baa72 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -3535,8 +3535,6 @@ do_efistub_uefi() { do_gummiboot_uefi() { - do_uefi_common - DIALOG --msgbox "Setting up Gummiboot now ..." 0 0 if [[ ! -f "${DESTDIR}/usr/bin/gummiboot" ]]; then @@ -3600,8 +3598,6 @@ GUMEOF do_refind_uefi() { - do_uefi_common - DIALOG --msgbox "Setting up rEFInd now ..." 0 0 if [[ ! -f "${DESTDIR}/usr/bin/refind-install" ]]; then