proxmark3-web/install.sh

6 lines
240 B
Bash
Raw Normal View History

2019-10-19 10:20:14 +08:00
#!/bin/bash
# this will install the flask service to autostart the web interface.
2019-10-19 10:44:22 +08:00
sudo cp proxmark3-web.py /etc/systemd/system/ && sudo systemctl daemon-reload && sudo systemctl enable proxmark3-web && sudo systemctl start proxmark3-web