Added one line install script

This commit is contained in:
2024-12-05 21:38:40 -05:00
parent 790c40ec0d
commit 57c996392e

View File

@ -31,6 +31,10 @@ sudo systemctl enable hwmon.timer
sudo systemctl start hwmon.timer
```
### One liner (run as root)
```bash
curl -o /etc/systemd/system/hwmon.service http://10.10.10.110:3000/JWS/hwmonDaemon/raw/branch/main/hwmon.service && curl -o /etc/systemd/system/hwmon.timer http://10.10.10.110:3000/JWS/hwmonDaemon/raw/branch/main/hwmon.timer && systemctl daemon-reload && systemctl enable hwmon.timer && systemctl start hwmon.timer
```
## Manual Execution