Updated instructions so you can use this repo and the pi-gen repo to create your images
This commit is contained in:
10
pi-gen/stageDTPM3/01-proxmark3/00-run-chroot.sh
Normal file
10
pi-gen/stageDTPM3/01-proxmark3/00-run-chroot.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
su - dt
|
||||
git clone https://github.com/RfidResearchGroup/proxmark3
|
||||
cd proxmark3
|
||||
echo PLATFORM=PM3GENERIC > Makefile.platform
|
||||
#make clean && make -j
|
||||
exit
|
||||
#make install
|
||||
|
||||
Reference in New Issue
Block a user