summaryrefslogtreecommitdiff
path: root/config/binary_local-hooks
diff options
context:
space:
mode:
authorJoerg Schirottke <master@kanotix.com>2015-07-21 21:23:23 +0200
committerHolger Paradies <retabell@gmx.de>2015-07-21 21:53:29 +0200
commitbba4179a74556456e1433c71675571fa6550e139 (patch)
treed7a196ca3a81b99248572eaead834cbc87b0cd4e /config/binary_local-hooks
parent4be144b13baef906c2b41d38b02de327e2fde810 (diff)
downloadkanotix-bba4179a74556456e1433c71675571fa6550e139.zip
kanotix-bba4179a74556456e1433c71675571fa6550e139.tar.gz
fix uefi shell url
Diffstat (limited to 'config/binary_local-hooks')
-rwxr-xr-xconfig/binary_local-hooks/grub2-efi2
1 files changed, 1 insertions, 1 deletions
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"