Skip to content

Commit f3373cb

Browse files
authored
update pfsense install doc (#749)
1 parent c5e4c93 commit f3373cb

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

crowdsec-docs/docs/getting_started/install_pfsense.md

Lines changed: 6 additions & 10 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

@@ -253,7 +249,7 @@ If on the other hand you upgrade from a version before 1.6.3, you need to instal
253249
## Uninstalling
254250

255251
In most cases, just remove the `crowdsec` package from
256-
`System/Package Manager/Installed Packages`.
252+
`System/Package Manager/Installed Packages`, or run the installation script with the --uninstall option.
257253
This won't remove the database or configuration files, just in case
258254
you want to reinstall CrowdSec later.
259255

0 commit comments

Comments
 (0)