There was an error while loading. Please reload this page.
1 parent 1ccdc73 commit 48c6202Copy full SHA for 48c6202
1 file changed
proxmark3.rb
@@ -51,8 +51,10 @@ def install
51
(bin/"traces").install Dir["traces/*"]
52
53
# emv public keys file
54
- (bin/"emv").mkpath
55
- (bin/"emv").install "client/emv/capk.txt"
+ if File.exist?("client/emv/capk.txt") then
+ (bin/"emv").mkpath
56
+ (bin/"emv").install "client/emv/capk.txt"
57
+ end
58
59
share.mkpath
60
# compiled firmware for flashing
0 commit comments