@@ -106,7 +106,7 @@ The installer is AWS SSM aware, if `FALCON_CLIENT_ID` and `FALCON_CLIENT_SECRET`
106106Usage: falcon-linux-install.sh [-h| --help]
107107
108108Installs and configures the CrowdStrike Falcon Sensor for Linux.
109- Version: 1.10.1
109+ Version: 1.11.0
110110
111111This script recognizes the following environmental variables:
112112
@@ -209,15 +209,15 @@ To download and run the script directly:
209209` ` ` bash
210210export FALCON_CLIENT_ID=" XXXXXXX"
211211export FALCON_CLIENT_SECRET=" YYYYYYYYY"
212- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1 /bash/install/falcon-linux-install.sh | bash
212+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0 /bash/install/falcon-linux-install.sh | bash
213213` ` `
214214
215215Alternatively, download the script and run it locally:
216216
217217` ` ` bash
218218export FALCON_CLIENT_ID=" XXXXXXX"
219219export FALCON_CLIENT_SECRET=" YYYYYYYYY"
220- curl -O https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1 /bash/install/falcon-linux-install.sh
220+ curl -O https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0 /bash/install/falcon-linux-install.sh
221221bash falcon-linux-install.sh
222222` ` `
223223
@@ -234,7 +234,7 @@ FALCON_CLIENT_ID="XXXXXXX" FALCON_CLIENT_SECRET="YYYYYYYYY" bash falcon-linux-in
234234` ` ` bash
235235export FALCON_CLIENT_ID=" XXXXXXX"
236236export FALCON_CLIENT_SECRET=" YYYYYYYYY"
237- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1 /bash/install/falcon-linux-install.sh | bash
237+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0 /bash/install/falcon-linux-install.sh | bash
238238` ` `
239239
240240# ### Install the Falcon Sensor with the previous version (n-1)
@@ -243,7 +243,7 @@ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bas
243243export FALCON_CLIENT_ID=" XXXXXXX"
244244export FALCON_CLIENT_SECRET=" YYYYYYYYY"
245245export FALCON_SENSOR_VERSION_DECREMENT=1
246- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1 /bash/install/falcon-linux-install.sh | bash
246+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0 /bash/install/falcon-linux-install.sh | bash
247247` ` `
248248
249249# ### Create a Golden Image
@@ -252,7 +252,7 @@ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bas
252252export FALCON_CLIENT_ID=" XXXXXXX"
253253export FALCON_CLIENT_SECRET=" YYYYYYYYY"
254254export PREP_GOLDEN_IMAGE=" true"
255- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1 /bash/install/falcon-linux-install.sh | bash
255+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0 /bash/install/falcon-linux-install.sh | bash
256256` ` `
257257
258258# # Uninstall Script
@@ -261,7 +261,7 @@ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1/bas
261261Usage: falcon-linux-uninstall.sh [-h| --help]
262262
263263Uninstalls the CrowdStrike Falcon Sensor from Linux operating systems.
264- Version: 1.10.1
264+ Version: 1.11.0
265265
266266This script recognizes the following environmental variables:
267267
@@ -318,13 +318,13 @@ This script recognizes the following argument:
318318To download and run the script directly
319319
320320` ` ` bash
321- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1 /bash/install/falcon-linux-uninstall.sh | bash
321+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0 /bash/install/falcon-linux-uninstall.sh | bash
322322` ` `
323323
324324Alternatively, download the script and run it locally
325325
326326` ` ` bash
327- curl -O https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1 /bash/install/falcon-linux-uninstall.sh
327+ curl -O https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0 /bash/install/falcon-linux-uninstall.sh
328328bash falcon-linux-uninstall.sh
329329` ` `
330330
@@ -333,7 +333,7 @@ bash falcon-linux-uninstall.sh
333333# ### Uninstall the Falcon Sensor
334334
335335` ` ` bash
336- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1 /bash/install/falcon-linux-uninstall.sh | bash
336+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0 /bash/install/falcon-linux-uninstall.sh | bash
337337` ` `
338338
339339# # Troubleshooting
@@ -347,5 +347,5 @@ bash -x falcon-linux-install.sh
347347or
348348
349349` ` ` bash
350- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.10.1 /bash/install/falcon-linux-install.sh | bash -x
350+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.11.0 /bash/install/falcon-linux-install.sh | bash -x
351351` ` `
0 commit comments