On macOS 10.15, when executing the command :
|
command = "sudo -S rm -rf /tmp/AppleGraphicsPowerManagement.kext"; |
The terminal throws the error "Read-only file system". As suggested here, this can be fixed using : sudo mount -uw / before removing the kext.
This command should be executed before operations on kext on any macOS version >= 10.15
On macOS 10.15, when executing the command :
MBPMid2010_GPUFix/mainwindow.cpp
Line 727 in cfe45c3
The terminal throws the error "Read-only file system". As suggested here, this can be fixed using :
sudo mount -uw /before removing the kext.This command should be executed before operations on kext on any macOS version >= 10.15