Update DuetPkg url

This commit is contained in:
CorpNewt 2020-05-16 08:27:53 -05:00 committed by GitHub
parent 58ab64c42f
commit 6539f7de23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@ class WinUSB:
self.oc_boot = "boot"
self.oc_boot0 = "boot0af"
self.oc_boot1 = "boot1f32"
# self.oc_boot_url = "https://github.com/acidanthera/OpenCorePkg/raw/master/Utilities/BootInstall/"
self.oc_boot_url = "https://github.com/acidanthera/OpenCorePkg/raw/a1f60694c7c5fb07392529fa600d939dd916a81b/Utilities/BootInstall/"
self.oc_boot_url = "https://github.com/acidanthera/DuetPkg/raw/master/BootLoader/bin/"
self.diskpart = os.path.join(os.environ['SYSTEMDRIVE'] + "\\", "Windows", "System32", "diskpart.exe")
# From Tim Sutton's brigadier: https://github.com/timsutton/brigadier/blob/master/brigadier
self.z_path = None