mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 10:09:49 +00:00
[GHA] Remove and Purge existing Nginx
This commit is contained in:
parent
610f1bf461
commit
319ae9abc0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/action.yml
vendored
2
.github/workflows/action.yml
vendored
|
@ -24,6 +24,8 @@ jobs:
|
|||
|
||||
- name: Install Nginx Stable
|
||||
run: |
|
||||
sudo apt remove nginx
|
||||
sudo apt purge nginx
|
||||
sudo add-apt-repository -y ppa:nginx/stable
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --assume-yes nginx-extras
|
||||
|
|
Loading…
Add table
Reference in a new issue