updated binary name

This commit is contained in:
David Bryan 2019-10-18 22:00:27 -05:00
parent a22aea9bd5
commit 078901ec17
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,8 @@
# 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 &&\
libreadline-dev gcc-arm-none-eabi libnewlib-dev python3-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

View file

@ -7,7 +7,7 @@ WorkingDirectory=/home/pi/proxmark3-web/
#Type=simple
Environment=FLASK_CONFIG=production
Environment=FLASK_APP=/home/pi/proxmark3-web/proxmark3-web.py
ExecStart=/usr/local/bin/flask run
ExecStart=flask run
Restart=always
[Install]