diff options
author | Joerg Schirottke <master@kanotix.com> | 2015-03-16 14:08:17 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2015-03-16 19:11:08 +0100 |
commit | c8213b10e97a2eec99a98d3210190235d4d7021d (patch) | |
tree | 0c1d6eb05767d08b40a78e9aeb0347cbfe869158 | |
parent | 0bf028466c2cdd103cd428ead3b1e059710305c9 (diff) | |
download | kanotix-c8213b10e97a2eec99a98d3210190235d4d7021d.zip kanotix-c8213b10e97a2eec99a98d3210190235d4d7021d.tar.gz |
fix uefi shell url
-rwxr-xr-x | config/binary_local-hooks/grub2-efi | 2 |
1 files changed, 1 insertions, 1 deletions
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" |