diff --git a/efi_shell/shellx64_v2.efi b/efi_shell/shellx64_v2.efi index 50746f1..b7b3a18 100644 Binary files a/efi_shell/shellx64_v2.efi and b/efi_shell/shellx64_v2.efi differ diff --git a/lib/util-iso-boot.sh b/lib/util-iso-boot.sh index f677c1c..2158bfb 100644 --- a/lib/util-iso-boot.sh +++ b/lib/util-iso-boot.sh @@ -10,11 +10,11 @@ # GNU General Public License for more details. download_efi_shellv2(){ - curl -k -o $1/shellx64_v2.efi https://svn.code.sf.net/p/edk2/code/trunk/edk2/ShellBinPkg/UefiShell/X64/Shell.efi + curl -o $1/iso/EFI/shellx64_v2.efi https://raw.githubusercontent.com/tianocore/edk2/master/ShellBinPkg/UefiShell/X64/Shell.efi } download_efi_shellv1(){ - curl -k -o $1/shellx64_v1.efi https://svn.code.sf.net/p/edk2/code/trunk/edk2/EdkShellBinPkg/FullShell/X64/Shell_Full.efi + curl -o $1/iso/EFI/shellx64_v1.efi https://raw.githubusercontent.com/tianocore/edk2/master/EdkShellBinPkg/FullShell/X64/Shell_Full.efi } copy_efi_shells(){