mirror of
https://github.com/videoman/proxmark3-web.git
synced 2025-03-01 01:43:13 +08:00
updateing
This commit is contained in:
parent
d57a49ef9a
commit
a22aea9bd5
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
# this will install the flask service to autostart the web interface.
|
# this will install the flask service to autostart the web interface.
|
||||||
|
|
||||||
sudo cp proxmark3-web.py /etc/systemd/system/ && sudo systemctl daemon-reload && sudo systemctl enable proxmark3-web && sudo systemctl start proxmark3-web
|
sudo cp proxmark3-web.service /etc/systemd/system/ && sudo systemctl daemon-reload && sudo systemctl enable proxmark3-web && sudo systemctl start proxmark3-web
|
||||||
|
|
Loading…
Reference in a new issue