Skip to content

Commit

Permalink
Use tagged releases for curl commands (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffalor authored Jan 9, 2023
1 parent da5e210 commit 4b0a025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4b0a025

Please sign in to comment.