Merge pull request #136 from a5hs/patch-1

Correct url for the script pipe to bash
This commit is contained in:
David Newhall II 2019-11-06 23:06:14 -08:00 committed by GitHub
commit fc1828b039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# #
# Use it like this: (sudo is optional) # 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. # If you're on redhat, this installs the latest rpm. If you're on Debian, it installs the latest deb package.
# #