Skip to content

Commit

Permalink
docs: simplify installation script in integration and quickstart guides
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed Feb 11, 2025
1 parent 5a43719 commit 49ef782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,9 +451,7 @@ Please ensure that you have **NGINX 1.26.3 installed before installing BunkerWeb
And finally install BunkerWeb 1.6.0-rc4 :

```shell
curl -s https://repo.bunkerweb.io/install/script.rpm.sh | \
sed 's/yum install -y pygpgme --disablerepo='\''bunkerity_bunkerweb'\''/yum install -y python-gnupg/g' | \
sed 's/pypgpme_check=`rpm -qa | grep -qw pygpgme`/python-gnupg_check=`rpm -qa | grep -qw python-gnupg`/g' | sudo bash && \
curl -s https://repo.bunkerweb.io/install/script.rpm.sh | sudo bash && \
sudo dnf makecache && \
sudo -E dnf install -y bunkerweb-1.6.0-rc4
```
Expand Down
4 changes: 1 addition & 3 deletions docs/quickstart-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ See the [examples folder](https://github.com/bunkerity/bunkerweb/tree/v1.6.0-rc4
And finally install BunkerWeb 1.6.0-rc4 :

```shell
curl -s https://repo.bunkerweb.io/install/script.rpm.sh | \
sed 's/yum install -y pygpgme --disablerepo='\''bunkerity_bunkerweb'\''/yum install -y python-gnupg/g' | \
sed 's/pypgpme_check=`rpm -qa | grep -qw pygpgme`/python-gnupg_check=`rpm -qa | grep -qw python-gnupg`/g' | sudo bash && \
curl -s https://repo.bunkerweb.io/install/script.rpm.sh | sudo bash && \
sudo dnf makecache && \
sudo -E dnf install -y bunkerweb-1.6.0-rc4
```
Expand Down

0 comments on commit 49ef782

Please sign in to comment.