From 5652dcdd57bee47b861e254cc334358b7ef3e1e1 Mon Sep 17 00:00:00 2001 From: JPtheJP Date: Mon, 21 Dec 2015 22:15:34 -0500 Subject: [PATCH] Updated Home (markdown) --- Home.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index 9221a9c..b9c593c 100644 --- a/Home.md +++ b/Home.md @@ -33,12 +33,13 @@ You want to dump the FaceTime drivers while still under OS X. Commands below wor * Line 2, replace IN=AppleCameraInterface with IN=/System/Library/Extensions/AppleCameraInterface.kext/Contents/MacOS/AppleCameraInterface * md5sum is missing from a vanilla OS X 10.11 installation, replace "md5sum" by "md5 -r" (lines 7 & 24) * Line 5, replace the hash value so it states: OSX_HASH=ccea5db116954513252db1ccb639ce95 -* Execute the script: ./extract_from_ox.sh +* Save and execute the script: ./extract_from_ox.sh * Result should be like: - $ ./extract_from_osx.sh - Found matching hash (ccea5db116954513252db1ccb639ce95) - Firmware successfully extracted (4e1d11e205e5c55d128efa0029b268fe) + $ ./extract_from_osx.sh + Found matching hash (ccea5db116954513252db1ccb639ce95) + Firmware successfully extracted (4e1d11e205e5c55d128efa0029b268fe) + * There should be a firmware.bin file created in the current directory. ## Get Started on Fedora