mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
fix 'make install_kext' for hid-flasher
* based on https://www.tonymacx86.com/threads/guide-installing-3rd-party-kexts-el-capitan-sierra-high-sierra-mojave-catalina.268964/
This commit is contained in:
parent
5bc3841ad1
commit
056f80a141
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ clean:
|
|||
|
||||
# must be run as root
|
||||
install_kext: Info.plist
|
||||
spctl --master-disable
|
||||
mount -uw
|
||||
killall Finder
|
||||
mkdir -p /System/Library/Extensions/Proxmark3.kext/Contents
|
||||
cp Info.plist /System/Library/Extensions/Proxmark3.kext/Contents
|
||||
chown -R root:wheel /System/Library/Extensions/Proxmark3.kext
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue