Added one line install script
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user