diff --git a/crowdsec-docs/docs/getting_started/install_pfsense.md b/crowdsec-docs/docs/getting_started/install_pfsense.md index b705e33eb..cda238096 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. @@ -253,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.