Jump to content

sip disable on Mojave to install agdpfix.3 -help


demos41
 Share

3 posts in this topic

Recommended Posts

To disable SIP you need to edit Clover's config.plist
config.plist/RtVariables (CsrActiveConfig=0x67, BooterConfig=0x28)
 

Code (Text):
    <key>RtVariables</key>
    <dict>
        <key>CsrActiveConfig</key>
        <string>0x67</string>
        <key>BooterConfig</key>
        <string>0x28</string>
    </dict>
  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...