Skip to content

Commit

Permalink
Merge pull request #240 from spameier/fix/proxmark-typo
Browse files Browse the repository at this point in the history
fix typo in proxmark
  • Loading branch information
ShutdownRepo authored Sep 14, 2023
2 parents a581bb1 + 1bc253e commit 567b15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/install/package_rfid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function install_mfdread() {
function install_proxmark3() {
colorecho "Installing proxmark3 client"
colorecho "Compiling proxmark client for generic usage with PLATFORM=PM3OTHER (read https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md#platform)"
colorecho "It can be compiled again for RDV4.0 with 'make clean && make all && make install' from /opt/tools/proxmak3/"
colorecho "It can be compiled again for RDV4.0 with 'make clean && make all && make install' from /opt/tools/proxmark3/"
fapt --no-install-recommends git ca-certificates build-essential pkg-config libreadline-dev gcc-arm-none-eabi libnewlib-dev qtbase5-dev libbz2-dev libbluetooth-dev liblz4-dev
git -C /opt/tools/ clone --depth 1 https://github.com/RfidResearchGroup/proxmark3.git
cd /opt/tools/proxmark3
Expand Down

0 comments on commit 567b15e

Please sign in to comment.