From ccf82d598a45a2d81eaa5516be79830cb26fa9f7 Mon Sep 17 00:00:00 2001 From: pwpiwi Date: Sat, 21 Mar 2020 12:11:16 +0100 Subject: [PATCH] minor fix --- client/hid-flasher/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/hid-flasher/Makefile b/client/hid-flasher/Makefile index 166ea236..4ce78841 100644 --- a/client/hid-flasher/Makefile +++ b/client/hid-flasher/Makefile @@ -37,7 +37,7 @@ clean: # must be run as root install_kext: Info.plist spctl --master-disable - mount -uw + mount -uw / killall Finder mkdir -p /System/Library/Extensions/Proxmark3.kext/Contents cp Info.plist /System/Library/Extensions/Proxmark3.kext/Contents