Fix Typo Closes: #320 [ci skip]

This commit is contained in:
Mitchell Krog 2019-10-10 12:59:23 +02:00
parent d43d2c9f67
commit 1029dc6275
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -51,7 +51,7 @@ Download install-ngxblocker to your /usr/local/sbin/directory and make the scrip
```
sudo wget https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/install-ngxblocker -O /usr/local/sbin/install-ngxblocker
sudo chmod +x /usr/sbin/install-ngxblocker
sudo chmod +x /usr/local/sbin/install-ngxblocker
```
If your Linux distribution does not have wget you can replace the wget command above using curl as follows: