From 1bc253e78e8343e2f28018737c96801a7c72d1fb Mon Sep 17 00:00:00 2001 From: spameier <40004508+spameier@users.noreply.github.com> Date: Thu, 14 Sep 2023 08:33:09 +0200 Subject: [PATCH] fix typo in proxmark --- sources/install/package_rfid.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/install/package_rfid.sh b/sources/install/package_rfid.sh index c7410bb7f..05741a316 100644 --- a/sources/install/package_rfid.sh +++ b/sources/install/package_rfid.sh @@ -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