Browse Source

unpatch.sh: add some small comments regarding kext removal

pull/14/head
Barry K. Nathan 5 years ago
parent
commit
a891cd3898
  1. 5
      unpatch.sh

5
unpatch.sh

@ -65,7 +65,10 @@ fi
echo echo
echo 'Removing kexts, shell scripts, and patcher version info.' echo 'Removing kexts, shell scripts, and patcher version info.'
rm -rf "$VOLUME"/*.kext "$VOLUME"/kexts
# For v0.0.9 and earlier
rm -rf "$VOLUME"/*.kext
# For v0.0.10 and later
rm -rf "$VOLUME"/kexts
rm -f "$VOLUME"/*.kext.zip "$VOLUME"/*.sh "$VOLUME/Patch-Version.txt" rm -f "$VOLUME"/*.kext.zip "$VOLUME"/*.sh "$VOLUME/Patch-Version.txt"
# Now that the patcher is going to add the dylib itself, go ahead and # Now that the patcher is going to add the dylib itself, go ahead and

Loading…
Cancel
Save