proxmark3-web/install-all.sh
2019-10-18 21:20:14 -05:00

11 lines
451 B
Bash
Executable file

#!/bin/bash
# this script will install proxmark3-rdv4, and all the things.
sudo apt-get update && sudo apt-get -y install --no-install-recommends git ca-certificates build-essential pkg-config \
libreadline-dev gcc-arm-none-eabi libnewlib-dev python-flask && cd ~ && git clone https://github.com/RfidResearchGroup/proxmark3.git &&\
cd ~/proxmark3/ && git pull && make clean && make all && sudo make install &&\
cd ~/proxmark3-web && \
./install.sh