From 1029dc6275e7f048d13aa52db33fd7254208576e Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Thu, 10 Oct 2019 12:59:23 +0200 Subject: [PATCH] Fix Typo Closes: #320 [ci skip] --- AUTO-CONFIGURATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTO-CONFIGURATION.md b/AUTO-CONFIGURATION.md index 5c3babc6a..4104d4c7e 100755 --- a/AUTO-CONFIGURATION.md +++ b/AUTO-CONFIGURATION.md @@ -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: