Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix 'make install_kext' for hid-flasher
Browse files Browse the repository at this point in the history
pwpiwi committed Mar 19, 2020
1 parent 5bc3841 commit 056f80a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/hid-flasher/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 056f80a

Please sign in to comment.