mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Run installs as sudo
This commit is contained in:
parent
76b318d609
commit
81655f9245
1 changed files with 4 additions and 4 deletions
8
.github/workflows/action.yml
vendored
8
.github/workflows/action.yml
vendored
|
@ -24,10 +24,10 @@ jobs:
|
||||||
|
|
||||||
- name: Install Nginx Stable
|
- name: Install Nginx Stable
|
||||||
run: |
|
run: |
|
||||||
add-apt-repository -y ppa:nginx/stable
|
sudo add-apt-repository -y ppa:nginx/stable
|
||||||
apt-get update
|
sudo apt-get update
|
||||||
apt-get install -y --assume-yes nginx-extras
|
sudo apt-get install -y --assume-yes nginx-extras
|
||||||
apt-get -y install dos2unix
|
sudo apt-get -y install dos2unix
|
||||||
|
|
||||||
|
|
||||||
- name: Run build
|
- name: Run build
|
||||||
|
|
Loading…
Add table
Reference in a new issue