RehabMan / patch-nvme

A set of scripts and plists for patching IONVMeFamily.kext for non-Apple NVMe SSDs (based on the work of PikeRAlpha)
439 stars 70 forks source link

Script broken #23

Closed dekefake closed 7 years ago

dekefake commented 7 years ago

patch_nvme - line 62 : cp: invalid option -- 'X' I removed the X and the script ran flawessely - patching 10.12.4 kext

--- cp -RX $unpatched $patched +++ cp -R $unpatched $patched

RehabMan commented 7 years ago

Nothing wrong with the script. the -X option is valid with the 'cp' provided by Apple. You must have installed a different version of 'cp' than the one provided by Apple.