From 57c996392e09ba0fcc1ab6907596b0ba4f35c7d7 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Thu, 5 Dec 2024 21:38:40 -0500 Subject: [PATCH] Added one line install script --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a2957ec..b57a8cb 100644 --- a/README.md +++ b/README.md @@ -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