From 4b0a025342634549a9a8505863a632a74d45dff7 Mon Sep 17 00:00:00 2001 From: ffalor <35144141+ffalor@users.noreply.github.com> Date: Mon, 9 Jan 2023 13:47:30 -0600 Subject: [PATCH] Use tagged releases for curl commands (#121) --- bash/install/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/install/README.md b/bash/install/README.md index 19f54a6..ac3c83e 100644 --- a/bash/install/README.md +++ b/bash/install/README.md @@ -52,7 +52,7 @@ The `FALCON_SENSOR_UPDATE_POLICY_NAME` variable requires to have additional API 2. Run the script: ```bash -curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/main/bash/install/falcon-linux-install.sh | bash +curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.0.0/bash/install/falcon-linux-install.sh | bash ``` Alternatively, you can run the script by cloning the repo: