From 1f212c893abdf9d6c1fca60ada6adbff1e479d76 Mon Sep 17 00:00:00 2001 From: s00se <95649696+s00se@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:27:20 -0700 Subject: [PATCH] Update termux_notes.md Remove section for `proxmark3-git` as it is no longer a package within Termux Signed-off-by: s00se <95649696+s00se@users.noreply.github.com> --- doc/termux_notes.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/termux_notes.md b/doc/termux_notes.md index 2e19cebbd..6ac872346 100644 --- a/doc/termux_notes.md +++ b/doc/termux_notes.md @@ -38,7 +38,7 @@ - Android phone - [F-Droid](https://f-droid.org/) - [Termux](https://f-droid.org/en/packages/com.termux/) -- [Proxmark3 RDV4](https://www.proxmark.com/proxmark-3-hardware/proxmark-3-rdv4) +- [Proxmark3](https://www.proxmark.com/proxmark-3-hardware/proxmark-3-rdv4) - [Blueshark Standalone Module](https://www.proxmark.com/proxmark-news/proxmark3-blueshark-bluetooth-released) **(ONLY if using Bluetooth)** - [Proxmark with BTADDON compiled Firmware](https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md#platform_extras) **(ONLY if using Bluetooth)** @@ -66,11 +66,6 @@ Run the following commands: ``` pkg install proxmark3 ``` -### Optional: Install Proxmark3 package which offers a more up to date version from git `master` branch -Run the following commands: -``` -pkg install proxmark3-git -``` ### Optional: Building Proxmark3 client from source ``` pkg install make clang readline libc++ git binutils