Add force-bad-version directive to dpkg.cfg for testing/dev version installation command in the warning

This commit is contained in:
Théophile Diot 2024-04-18 12:14:36 +02:00
parent c36276ca75
commit 4f07bf876c
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -979,6 +979,10 @@ To simplify the installation process, Linux package repositories for BunkerWeb a
!!! warning "Testing/dev version"
If you use the `testing` or `dev` version, you will need to add the `force-bad-version` directive to your `/etc/dpkg/dpkg.cfg` file before installing BunkerWeb.
```shell
echo "force-bad-version" | sudo tee -a /etc/dpkg/dpkg.cfg
```
Optional step : if you want to automatically enable the [setup wizard](web-ui.md#setup-wizard) when BunkerWeb is installed, export the following variable :
```shell
@ -1022,6 +1026,10 @@ To simplify the installation process, Linux package repositories for BunkerWeb a
!!! warning "Testing/dev version"
If you use the `testing` or `dev` version, you will need to add the `force-bad-version` directive to your `/etc/dpkg/dpkg.cfg` file before installing BunkerWeb.
```shell
echo "force-bad-version" | sudo tee -a /etc/dpkg/dpkg.cfg
```
Optional step : if you want to automatically enable the [setup wizard](web-ui.md#setup-wizard) when BunkerWeb is installed, export the following variable :
```shell