From f764161f23bd530c90d79e64f6b2570172b62e1f Mon Sep 17 00:00:00 2001 From: Holger Paradies Date: Sat, 24 Nov 2018 10:53:04 +0100 Subject: fix uefi shell url --- config/binary_local-hooks/grub2-efi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/binary_local-hooks/grub2-efi b/config/binary_local-hooks/grub2-efi index 97b0721..0001128 100755 --- a/config/binary_local-hooks/grub2-efi +++ b/config/binary_local-hooks/grub2-efi @@ -83,5 +83,5 @@ done # include EFI shell [ -f binary/efi/boot/shell$efi_name.efi ] || \ -wget -O binary/efi/boot/shell$efi_name.efi "https://github.com/tianocore/edk2/raw/master/EdkShellBinPkg/FullShell/$shell_dir/Shell_Full.efi" +wget -O binary/efi/boot/shell$efi_name.efi "https://github.com/tianocore/edk2-archive/raw/master/EdkShellBinPkg/FullShell/$shell_dir/Shell_Full.efi" -- cgit v1.0