From c8213b10e97a2eec99a98d3210190235d4d7021d Mon Sep 17 00:00:00 2001 From: Joerg Schirottke Date: Mon, 16 Mar 2015 14:08:17 +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 88563bf..45d9de1 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 "http://sourceforge.net/apps/trac/edk2/export/latest/trunk/edk2/EdkShellBinPkg/FullShell/$shell_dir/Shell_Full.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" -- cgit v1.0