mirror of
https://github.com/videoman/proxmark3-web.git
synced 2024-12-26 17:33:32 +08:00
5 lines
245 B
Bash
Executable file
5 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
|