Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Dids authored Dec 10, 2017
1 parent 560a56d commit a371371
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ set -o pipefail

# Create a patched apfs.efi
cd "${HOME}/src/edk2/Clover/CloverPackage/CloverV2/drivers-Off"
wget "https://github.com/Dids/Build_Clover/raw/work/Files/apfs.efi" -O "apfs_new.efi"
cp -f apfs_new.efi drivers64/apfs-64.efi
cp -f apfs_new.efi drivers64UEFI/apfs.efi
cp -f drivers64/apfs-64.efi drivers64/apfs_patched-64.efi
cp -f drivers64UEFI/apfs.efi drivers64UEFI/apfs_patched.efi
perl -i -pe 's|\x00\x74\x07\xb8\xff\xff|\x00\x90\x90\xb8\xff\xff|sg' drivers64/apfs_patched-64.efi
Expand Down

0 comments on commit a371371

Please sign in to comment.