diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2013-11-27 01:23:06 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-11-27 01:23:06 +0100 |
commit | 3bb5bab4636f766262509327057fb83bf32c0049 (patch) | |
tree | a8adf800dab22345595d0c3eef60d951864ae513 /config | |
parent | 22846bf1f12730c7e9e521294ff7f96a96e5738f (diff) | |
download | kanotix-3bb5bab4636f766262509327057fb83bf32c0049.zip kanotix-3bb5bab4636f766262509327057fb83bf32c0049.tar.gz |
updated efi shell download URL
Diffstat (limited to 'config')
-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 5ed694a..f55b87a 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://tianocore.git.sourceforge.net/git/gitweb.cgi?p=tianocore/edk2;a=blob_plain;f=EdkShellBinPkg/FullShell/$shell_dir/Shell_Full.efi;hb=HEAD" +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" |