@@ -94,7 +94,7 @@ The installer is AWS SSM aware, if `FALCON_CLIENT_ID` and `FALCON_CLIENT_SECRET`
9494Usage: falcon-linux-install.sh [-h| --help]
9595
9696Installs and configures the CrowdStrike Falcon Sensor for Linux.
97- Version: 1.6 .0
97+ Version: 1.7 .0
9898
9999This script recognizes the following environmental variables:
100100
@@ -191,15 +191,15 @@ To download and run the script directly:
191191` ` ` bash
192192export FALCON_CLIENT_ID=" XXXXXXX"
193193export FALCON_CLIENT_SECRET=" YYYYYYYYY"
194- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.6 .0/bash/install/falcon-linux-install.sh | bash
194+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7 .0/bash/install/falcon-linux-install.sh | bash
195195` ` `
196196
197197Alternatively, download the script and run it locally:
198198
199199` ` ` bash
200200export FALCON_CLIENT_ID=" XXXXXXX"
201201export FALCON_CLIENT_SECRET=" YYYYYYYYY"
202- curl -O https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.6 .0/bash/install/falcon-linux-install.sh
202+ curl -O https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7 .0/bash/install/falcon-linux-install.sh
203203bash falcon-linux-install.sh
204204` ` `
205205
@@ -216,7 +216,7 @@ FALCON_CLIENT_ID="XXXXXXX" FALCON_CLIENT_SECRET="YYYYYYYYY" bash falcon-linux-in
216216` ` ` bash
217217export FALCON_CLIENT_ID=" XXXXXXX"
218218export FALCON_CLIENT_SECRET=" YYYYYYYYY"
219- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.6 .0/bash/install/falcon-linux-install.sh | bash
219+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7 .0/bash/install/falcon-linux-install.sh | bash
220220` ` `
221221
222222# ### Install the Falcon Sensor with the previous version (n-1)
@@ -225,7 +225,7 @@ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.6.0/bash
225225export FALCON_CLIENT_ID=" XXXXXXX"
226226export FALCON_CLIENT_SECRET=" YYYYYYYYY"
227227export FALCON_SENSOR_VERSION_DECREMENT=1
228- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.6 .0/bash/install/falcon-linux-install.sh | bash
228+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7 .0/bash/install/falcon-linux-install.sh | bash
229229` ` `
230230
231231# ### Create a Golden Image
@@ -234,7 +234,7 @@ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.6.0/bash
234234export FALCON_CLIENT_ID=" XXXXXXX"
235235export FALCON_CLIENT_SECRET=" YYYYYYYYY"
236236export PREP_GOLDEN_IMAGE=" true"
237- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.6 .0/bash/install/falcon-linux-install.sh | bash
237+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7 .0/bash/install/falcon-linux-install.sh | bash
238238` ` `
239239
240240# # Uninstall Script
@@ -243,7 +243,7 @@ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.6.0/bash
243243Usage: falcon-linux-uninstall.sh [-h| --help]
244244
245245Uninstalls the CrowdStrike Falcon Sensor from Linux operating systems.
246- Version: 1.6 .0
246+ Version: 1.7 .0
247247
248248The script recognizes the following environmental variables:
249249
@@ -290,13 +290,13 @@ This script recognizes the following argument:
290290To download and run the script directly
291291
292292` ` ` bash
293- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.6 .0/bash/install/falcon-linux-uninstall.sh | bash
293+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7 .0/bash/install/falcon-linux-uninstall.sh | bash
294294` ` `
295295
296296Alternatively, download the script and run it locally
297297
298298` ` ` bash
299- curl -O https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.6 .0/bash/install/falcon-linux-uninstall.sh
299+ curl -O https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7 .0/bash/install/falcon-linux-uninstall.sh
300300bash falcon-linux-uninstall.sh
301301` ` `
302302
@@ -305,7 +305,7 @@ bash falcon-linux-uninstall.sh
305305# ### Uninstall the Falcon Sensor
306306
307307` ` ` bash
308- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.6 .0/bash/install/falcon-linux-uninstall.sh | bash
308+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7 .0/bash/install/falcon-linux-uninstall.sh | bash
309309` ` `
310310
311311# ### Uninstall and remove the host from the Falcon console
@@ -314,7 +314,7 @@ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.6.0/bash
314314export FALCON_CLIENT_ID=" XXXXXXX"
315315export FALCON_CLIENT_SECRET=" YYYYYYYYY"
316316export FALCON_REMOVE_HOST=" true"
317- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.6 .0/bash/install/falcon-linux-uninstall.sh | bash
317+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7 .0/bash/install/falcon-linux-uninstall.sh | bash
318318` ` `
319319
320320# # Troubleshooting
@@ -328,5 +328,5 @@ bash -x falcon-linux-install.sh
328328or
329329
330330` ` ` bash
331- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.6 .0/bash/install/falcon-linux-install.sh | bash -x
331+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7 .0/bash/install/falcon-linux-install.sh | bash -x
332332` ` `
0 commit comments