From 04fc1f11e048a795d0ac7d91f37edd49ac146cf6 Mon Sep 17 00:00:00 2001 From: a5hs Date: Thu, 7 Nov 2019 05:32:46 +0000 Subject: [PATCH] Correct url for the script pipe to bash This may confuse those who don't always read what they're piping into a privileged shell... --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 8d32ea0a..9b84bd6d 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -4,7 +4,7 @@ # # Use it like this: (sudo is optional) # === -# curl https://raw.githubusercontent.com/this/repo/master/scripts/install.sh | sudo bash +# curl https://raw.githubusercontent.com/davidnewhall/unifi-poller/master/scripts/install.sh | sudo bash # === # If you're on redhat, this installs the latest rpm. If you're on Debian, it installs the latest deb package. #