7 lines
167 B
Bash
7 lines
167 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
sudo cp device-health /usr/bin/
|
||
|
sudo cp device-health.service /etc/systemd/system/
|
||
|
sudo systemctl start device-health
|
||
|
sudo systemctl enable device-health
|