proxmark3-web/install-all.sh
David Bryan 3e194932d0 updates
2019-10-18 23:01:39 -05:00

12 lines
542 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 python3-flask hostapd python3-pip python3-dateutil python3-dateparser && \\
sudo pip3 install datetime &&\
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