Fix an error deleting /L/E

This commit is contained in:
Eva Isabella Luna
2024-04-02 14:59:59 -04:00
committed by GitHub
parent c19c6aa575
commit cf32b7a989
+1 -1
View File
@@ -71,7 +71,7 @@ Now we're going to clean the /Library/Extensions folder from offending kexts whi
Run the following and **make sure to type it carefully** Run the following and **make sure to type it carefully**
```sh ```sh
cd "/Volumes/Macintosh HD/Library/Extensions" && ls | grep -v "HighPoint*\|SoftRAID*" | xargs rm -rf cd "/Volumes/Macintosh HD - Data/Library/Extensions" && ls | grep -v "HighPoint*\|SoftRAID*" | xargs rm -rf
``` ```
Then restart and now your system should be restored to the unpatched snapshot and should be able to boot again. Then restart and now your system should be restored to the unpatched snapshot and should be able to boot again.