From bba4179a74556456e1433c71675571fa6550e139 Mon Sep 17 00:00:00 2001 From: Joerg Schirottke Date: Tue, 21 Jul 2015 21:23:23 +0200 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 45d9de1..97b0721 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://svn.code.sf.net/p/edk2/code/trunk/edk2/EdkShellBinPkg/FullShell/$shell_dir/Shell_Full.efi" +wget -O binary/efi/boot/shell$efi_name.efi "https://github.com/tianocore/edk2/raw/master/EdkShellBinPkg/FullShell/$shell_dir/Shell_Full.efi" -- cgit v1.0