]> git.zerfleddert.de Git - proxmark3-svn/blame - install.sh
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
[proxmark3-svn] / install.sh
CommitLineData
aed36ae5 1#for linux ppl
2# this should work fine on Ubuntu distros. Don't know about Kali, ...
3
d6c891c5 4echo "Updating your system..."
5
6# install dependencies for Proxmark3 source code.
7sudo apt-get install p7zip git build-essential libreadline5 libreadline-dev gcc-arm-none-eabi
c417b218 8sudo apt-get install libusb-0.1-4 libusb-dev libqt4-dev libncurses5-dev perl pkg-config wget
d6c891c5 9
10#cleaning up
11sudo apt-get install -f -y
12sudo apt-get autoremove -y
13sudo apt-get autoclean -y
14sudo apt-get clean -y
15sudo apt-get update
16
aed36ae5 17# Copy blacklist rules into /etc/udev/rules.d
18# check the Makefile for details
19sudo make udev
20
d6c891c5 21# Where is my device?
c417b218 22#dmesg | tail -10
d6c891c5 23
Impressum, Datenschutz