Skip to content

Add compatibility for macOS 10.15 #123

Description

@julian-poidevin

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

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions