updateing

This commit is contained in:
David Bryan 2019-10-18 21:46:28 -05:00
parent d57a49ef9a
commit a22aea9bd5

View file

@ -2,4 +2,4 @@
# 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