Skip to content

Commit

Permalink
docs: update Fedora instructions for enabling updates-testing repository
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed Feb 11, 2025
1 parent 7bd9663 commit 5a43719
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
11 changes: 8 additions & 3 deletions docs/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,9 +426,14 @@ Please ensure that you have **NGINX 1.26.3 installed before installing BunkerWeb
!!! info "Fedora Update Testing"
If you can't find the NGINX version listed in the stable repository, you can enable the `updates-testing` repository :

```shell
sudo dnf config-manager --set-enabled updates-testing
```
=== "Fedora 41"
```shell
sudo dnf config-manager setopt updates-testing.enabled=1
```
=== "Fedora 40"
```shell
sudo dnf config-manager --set-enabled updates-testing
```

Fedora already provides NGINX 1.26.3 that we support :

Expand Down
11 changes: 8 additions & 3 deletions docs/quickstart-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,14 @@ See the [examples folder](https://github.com/bunkerity/bunkerweb/tree/v1.6.0-rc4
!!! info "Fedora Update Testing"
If you can't find the NGINX version listed in the stable repository, you can enable the `updates-testing` repository :

```shell
sudo dnf config-manager --set-enabled updates-testing
```
=== "Fedora 41"
```shell
sudo dnf config-manager setopt updates-testing.enabled=1
```
=== "Fedora 40"
```shell
sudo dnf config-manager --set-enabled updates-testing
```

Fedora already provides NGINX 1.26.3 that we support :

Expand Down

0 comments on commit 5a43719

Please sign in to comment.