summaryrefslogtreecommitdiff
path: root/config/binary_local-hooks
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2018-11-24 10:53:04 +0100
committerHolger Paradies <retabell@gmx.de>2018-11-24 11:07:41 +0100
commitf764161f23bd530c90d79e64f6b2570172b62e1f (patch)
tree8c53c871227bcdeeb058663d3d1af1592da5a97c /config/binary_local-hooks
parentbcf73ee7cf5e91f37389969facd41a48518fd6f7 (diff)
downloadkanotix-f764161f23bd530c90d79e64f6b2570172b62e1f.zip
kanotix-f764161f23bd530c90d79e64f6b2570172b62e1f.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 97b0721..0001128 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://github.com/tianocore/edk2/raw/master/EdkShellBinPkg/FullShell/$shell_dir/Shell_Full.efi"
+wget -O binary/efi/boot/shell$efi_name.efi "https://github.com/tianocore/edk2-archive/raw/master/EdkShellBinPkg/FullShell/$shell_dir/Shell_Full.efi"