From d772d8df455c4a85abae8504a689bbdaa78bbfda Mon Sep 17 00:00:00 2001 From: hjelev Date: Sat, 19 Mar 2022 00:38:42 +0200 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49aab..4262eaf 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Disabled sensors are represented with False in the message. I have created an automated bash installation, its working but not extensively tested ```bash -bash <(curl -s https://raw.githubusercontent.com/hjelev/rpi-mqtt-monitor/master/remote_install.sh) +curl -L https://raw.githubusercontent.com/hjelev/rpi-mqtt-monitor/master/remote_install.sh | bash ```