proxmark3-web/install.sh
2019-10-18 21:46:28 -05:00

6 lines
245 B
Bash
Executable file

#!/bin/bash
# this will install the flask service to autostart the web interface.
sudo cp proxmark3-web.service /etc/systemd/system/ && sudo systemctl daemon-reload && sudo systemctl enable proxmark3-web && sudo systemctl start proxmark3-web