@@ -99,7 +99,7 @@ The installer is AWS SSM aware, if `FALCON_CLIENT_ID` and `FALCON_CLIENT_SECRET`
9999Usage: falcon-linux-install.sh [-h| --help]
100100
101101Installs and configures the CrowdStrike Falcon Sensor for Linux.
102- Version: 1.7.2
102+ Version: 1.7.3
103103
104104This script recognizes the following environmental variables:
105105
@@ -196,15 +196,15 @@ To download and run the script directly:
196196` ` ` bash
197197export FALCON_CLIENT_ID=" XXXXXXX"
198198export FALCON_CLIENT_SECRET=" YYYYYYYYY"
199- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.2 /bash/install/falcon-linux-install.sh | bash
199+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.3 /bash/install/falcon-linux-install.sh | bash
200200` ` `
201201
202202Alternatively, download the script and run it locally:
203203
204204` ` ` bash
205205export FALCON_CLIENT_ID=" XXXXXXX"
206206export FALCON_CLIENT_SECRET=" YYYYYYYYY"
207- curl -O https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.2 /bash/install/falcon-linux-install.sh
207+ curl -O https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.3 /bash/install/falcon-linux-install.sh
208208bash falcon-linux-install.sh
209209` ` `
210210
@@ -221,7 +221,7 @@ FALCON_CLIENT_ID="XXXXXXX" FALCON_CLIENT_SECRET="YYYYYYYYY" bash falcon-linux-in
221221` ` ` bash
222222export FALCON_CLIENT_ID=" XXXXXXX"
223223export FALCON_CLIENT_SECRET=" YYYYYYYYY"
224- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.2 /bash/install/falcon-linux-install.sh | bash
224+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.3 /bash/install/falcon-linux-install.sh | bash
225225` ` `
226226
227227# ### Install the Falcon Sensor with the previous version (n-1)
@@ -230,7 +230,7 @@ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.2/bash
230230export FALCON_CLIENT_ID=" XXXXXXX"
231231export FALCON_CLIENT_SECRET=" YYYYYYYYY"
232232export FALCON_SENSOR_VERSION_DECREMENT=1
233- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.2 /bash/install/falcon-linux-install.sh | bash
233+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.3 /bash/install/falcon-linux-install.sh | bash
234234` ` `
235235
236236# ### Create a Golden Image
@@ -239,7 +239,7 @@ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.2/bash
239239export FALCON_CLIENT_ID=" XXXXXXX"
240240export FALCON_CLIENT_SECRET=" YYYYYYYYY"
241241export PREP_GOLDEN_IMAGE=" true"
242- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.2 /bash/install/falcon-linux-install.sh | bash
242+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.3 /bash/install/falcon-linux-install.sh | bash
243243` ` `
244244
245245# # Uninstall Script
@@ -248,7 +248,7 @@ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.2/bash
248248Usage: falcon-linux-uninstall.sh [-h| --help]
249249
250250Uninstalls the CrowdStrike Falcon Sensor from Linux operating systems.
251- Version: 1.7.2
251+ Version: 1.7.3
252252
253253The script recognizes the following environmental variables:
254254
@@ -296,13 +296,13 @@ This script recognizes the following argument:
296296To download and run the script directly
297297
298298` ` ` bash
299- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.2 /bash/install/falcon-linux-uninstall.sh | bash
299+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.3 /bash/install/falcon-linux-uninstall.sh | bash
300300` ` `
301301
302302Alternatively, download the script and run it locally
303303
304304` ` ` bash
305- curl -O https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.2 /bash/install/falcon-linux-uninstall.sh
305+ curl -O https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.3 /bash/install/falcon-linux-uninstall.sh
306306bash falcon-linux-uninstall.sh
307307` ` `
308308
@@ -311,7 +311,7 @@ bash falcon-linux-uninstall.sh
311311# ### Uninstall the Falcon Sensor
312312
313313` ` ` bash
314- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.2 /bash/install/falcon-linux-uninstall.sh | bash
314+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.3 /bash/install/falcon-linux-uninstall.sh | bash
315315` ` `
316316
317317# # Troubleshooting
@@ -325,5 +325,5 @@ bash -x falcon-linux-install.sh
325325or
326326
327327` ` ` bash
328- curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.2 /bash/install/falcon-linux-install.sh | bash -x
328+ curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.7.3 /bash/install/falcon-linux-install.sh | bash -x
329329` ` `
0 commit comments