mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix epel installation command with rhel
This commit is contained in:
parent
d7fce3d278
commit
9dfc2cc3f2
1 changed files with 1 additions and 1 deletions
|
|
@ -1118,7 +1118,7 @@ To simplify the installation process, Linux package repositories for BunkerWeb a
|
|||
And finally install BunkerWeb 1.5.7 :
|
||||
|
||||
```shell
|
||||
dnf install -y epel-release && \
|
||||
sudo dnf install -y epel-release && \
|
||||
curl -s https://packagecloud.io/install/repositories/bunkerity/bunkerweb/script.rpm.sh | sudo bash && \
|
||||
sudo dnf check-update && \
|
||||
sudo -E dnf install -y bunkerweb-1.5.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue