summarylogtreecommitdiffstats
path: root/proxmark3-iceman-git.install
diff options
context:
space:
mode:
authorlilac2019-08-31 03:19:32 +0800
committerlilac2019-08-31 03:19:32 +0800
commit89cdc9e057a981ac3349e8b5769246869ffaf765 (patch)
tree24f217c0ac78de6a55b465824134533155bdf0ba /proxmark3-iceman-git.install
parent2e2d341be20fe7f0dc2b756d804fae60171daec1 (diff)
downloadaur-89cdc9e057a981ac3349e8b5769246869ffaf765.tar.gz
update by lilac
Diffstat (limited to 'proxmark3-iceman-git.install')
-rw-r--r--proxmark3-iceman-git.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/proxmark3-iceman-git.install b/proxmark3-iceman-git.install
index b4fa113a633c..3e59b14b4f75 100644
--- a/proxmark3-iceman-git.install
+++ b/proxmark3-iceman-git.install
@@ -1,4 +1,7 @@
post_install() {
echo ":: Add yourself to the uucp group to access the serial ports:"
echo " sudo usermod -a -G uucp <user>"
+ echo ":: Firmwares are installed at /usr/share/proxmark3/firmware"
+ echo " \"fullimage-rdv4.elf\" build with \"make PLATFORM=PM3RDV4 PLATFORM_EXTRAS=BTADDON\" (edit the PKGBUILD if you need)"
+ echo " \"fullimage-generic.elf\" build with \"make PLATFORM=PM3OTHER (edit the PKGBUILD if you need)\""
} \ No newline at end of file