Skip to content

Commit a87d70a

Browse files
committed
update pfsense install doc
1 parent 6bf4614 commit a87d70a

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

crowdsec-docs/docs/getting_started/install_pfsense.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,17 @@ for inclusion in the official repository which should smooth out these issues.
3333

3434
## Installing the package
3535

36-
* Choose [the release you want to install](https://github.com/crowdsecurity/pfSense-pkg-crowdsec/releases)
37-
3836
* Open an ssh connection to your pfSense box
3937

40-
* Download the `install-crowdsec.sh` script:
41-
```console
42-
fetch https://raw.githubusercontent.com/crowdsecurity/pfSense-pkg-crowdsec/refs/heads/main/install-crowdsec.sh
43-
```
44-
* Run it:
38+
* Download the install script and run it:
4539
```console
46-
sh install-crowdsec.sh --release vx.y.z-X.Y.Z
40+
# fetch https://raw.githubusercontent.com/crowdsecurity/pfSense-pkg-crowdsec/refs/heads/main/install-crowdsec.sh
41+
# sh install-crowdsec.sh
4742
```
4843

49-
* Do not activate or run the services, because pfSense will take care of it.
44+
* Do not activate or run the services yourself, because pfSense will take care of it.
5045

46+
If you want to install a beta or an older version, please refer to [the release page](https://github.com/crowdsecurity/pfSense-pkg-crowdsec/releases) of the repository and provide the --release option to the install script.
5147

5248
* Alternatively, you can download the packages to install in the `Assets` part of the release, and run the following commands in the right order.
5349

0 commit comments

Comments
 (0)