proxmark3-web/install.sh

6 lines
245 B
Bash
Raw Permalink 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:46:28 +08:00
sudo cp proxmark3-web.service /etc/systemd/system/ && sudo systemctl daemon-reload && sudo systemctl enable proxmark3-web && sudo systemctl start proxmark3-web