bwc-installer-arm32/device-health/install.sh

7 lines
167 B
Bash
Raw Permalink Normal View History

2023-09-06 05:27:32 +00:00
#!/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