From 9dfc2cc3f2796266c5b8f5da68de12950aa8a72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Fri, 19 Apr 2024 11:13:17 +0200 Subject: [PATCH] Fix epel installation command with rhel --- docs/integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations.md b/docs/integrations.md index 595f22a5b..48881f548 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -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