diff options
author | Holger Paradies <retabell@gmx.de> | 2018-11-24 10:53:04 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2018-11-24 11:07:41 +0100 |
commit | f764161f23bd530c90d79e64f6b2570172b62e1f (patch) | |
tree | 8c53c871227bcdeeb058663d3d1af1592da5a97c /config | |
parent | bcf73ee7cf5e91f37389969facd41a48518fd6f7 (diff) | |
download | kanotix-f764161f23bd530c90d79e64f6b2570172b62e1f.zip kanotix-f764161f23bd530c90d79e64f6b2570172b62e1f.tar.gz |
fix uefi shell 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 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" |