forked from sujune/bwc-installer
7 lines
185 B
Bash
7 lines
185 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
sudo cp device-heartbeat /usr/local/bin/
|
||
|
sudo cp device-heartbeat.service /etc/systemd/system/
|
||
|
sudo systemctl start device-heartbeat
|
||
|
sudo systemctl enable device-heartbeat
|