From 1550deaea10bc161b622e0b0e136ac79b278765a Mon Sep 17 00:00:00 2001 From: marco Date: Tue, 18 Mar 2025 13:06:31 +0100 Subject: [PATCH 1/2] update pfsense install doc --- .../docs/getting_started/install_pfsense.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/crowdsec-docs/docs/getting_started/install_pfsense.md b/crowdsec-docs/docs/getting_started/install_pfsense.md index b705e33eb..d343074e4 100644 --- a/crowdsec-docs/docs/getting_started/install_pfsense.md +++ b/crowdsec-docs/docs/getting_started/install_pfsense.md @@ -33,21 +33,17 @@ for inclusion in the official repository which should smooth out these issues. ## Installing the package - * Choose [the release you want to install](https://github.com/crowdsecurity/pfSense-pkg-crowdsec/releases) - * Open an ssh connection to your pfSense box - * Download the `install-crowdsec.sh` script: -```console -fetch https://raw.githubusercontent.com/crowdsecurity/pfSense-pkg-crowdsec/refs/heads/main/install-crowdsec.sh -``` - * Run it: + * Download the install script and run it: ```console -sh install-crowdsec.sh --release vx.y.z-X.Y.Z +# fetch https://raw.githubusercontent.com/crowdsecurity/pfSense-pkg-crowdsec/refs/heads/main/install-crowdsec.sh +# sh install-crowdsec.sh ``` -* Do not activate or run the services, because pfSense will take care of it. +* Do not activate or run the services yourself, because pfSense will take care of it. +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. * Alternatively, you can download the packages to install in the `Assets` part of the release, and run the following commands in the right order. From 7ec5eb4f7f3835ccaab32acf8b7090ea565cda9b Mon Sep 17 00:00:00 2001 From: marco Date: Tue, 18 Mar 2025 13:21:40 +0100 Subject: [PATCH 2/2] mention --uninstall --- crowdsec-docs/docs/getting_started/install_pfsense.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdsec-docs/docs/getting_started/install_pfsense.md b/crowdsec-docs/docs/getting_started/install_pfsense.md index d343074e4..cda238096 100644 --- a/crowdsec-docs/docs/getting_started/install_pfsense.md +++ b/crowdsec-docs/docs/getting_started/install_pfsense.md @@ -249,7 +249,7 @@ If on the other hand you upgrade from a version before 1.6.3, you need to instal ## Uninstalling In most cases, just remove the `crowdsec` package from -`System/Package Manager/Installed Packages`. +`System/Package Manager/Installed Packages`, or run the installation script with the --uninstall option. This won't remove the database or configuration files, just in case you want to reinstall CrowdSec later.