mirror of
https://github.com/videoman/proxmark3-web.git
synced 2024-11-10 09:02:57 +08:00
updated binary name
This commit is contained in:
parent
a22aea9bd5
commit
078901ec17
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue