bwc-installer/device-health/install.sh

8 lines
212 B
Bash
Raw Permalink Normal View History

2023-09-11 01:56:25 +00:00
#!/bin/bash
2024-01-03 04:47:50 +00:00
# sudo mkdir -p /etc/sdt/device-health
2023-09-11 01:56:25 +00:00
sudo cp device-health /usr/local/bin/
sudo cp device-health.service /etc/systemd/system/
sudo systemctl start device-health
sudo systemctl enable device-health