mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Change --force-yes to --assume-yes
This commit is contained in:
parent
a8ca81d699
commit
19c13ebaf2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ before_install:
|
|||
install:
|
||||
- sudo add-apt-repository -y ppa:nginx/stable
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y --force-yes nginx-extras
|
||||
- sudo apt-get install -y --assume-yes nginx-extras
|
||||
|
||||
script:
|
||||
- bash .dev-tools/install-nginx-1.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue