4120dee6e0
Cleaning up the /System/Library/Extensions: old installer would use that location too, while we do not.
7 lines
275 B
Bash
Executable File
7 lines
275 B
Bash
Executable File
#!/bin/sh
|
|
# Cleans-up after the old HoRDNIS installations.
|
|
# These would install into both /Library/Extensions and
|
|
# /System/Library/Extensions, while we only use the former location.
|
|
sudo rm -rf /System/Library/Extensions/HoRNDIS.kext
|
|
sudo touch /System/Library/Extensions
|