Skip to content

Commit

Permalink
Bumping v1.1.2 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmatos authored May 10, 2023
1 parent 69d0d23 commit 70a1da8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bash/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ALLOW_LEGACY_CURL (default: false)
**Run the script**:

```bash
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.1/bash/install/falcon-linux-install.sh | bash
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.2/bash/install/falcon-linux-install.sh | bash
```

Alternatively, you can run the script by cloning the repo:
Expand Down Expand Up @@ -88,5 +88,5 @@ bash -x falcon-linux-install.sh
or

```bash
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.1/bash/install/falcon-linux-install.sh | bash -x
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.2/bash/install/falcon-linux-install.sh | bash -x
```
4 changes: 2 additions & 2 deletions powershell/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ A comma-separated list of tags to apply to the host after sensor installation [d
To download the script:

```pwsh
Invoke-WebRequest -Uri https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.1/powershell/install/falcon_windows_install.ps1 -OutFile falcon_windows_install.ps1
Invoke-WebRequest -Uri https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.2/powershell/install/falcon_windows_install.ps1 -OutFile falcon_windows_install.ps1
```

Basic example that will install the sensor with the provided provisioning token
Expand Down Expand Up @@ -115,7 +115,7 @@ Member CID, used only in multi-CID ("Falcon Flight Control") configurations and
To download the script:

```pwsh
Invoke-WebRequest -Uri https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.1/powershell/install/falcon_windows_uninstall.ps1 -OutFile falcon_windows_uninstall.ps1
Invoke-WebRequest -Uri https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.2/powershell/install/falcon_windows_uninstall.ps1 -OutFile falcon_windows_uninstall.ps1
```

Basic example that will uninstall the sensor with the provided maintenance token
Expand Down
2 changes: 1 addition & 1 deletion powershell/migrate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Opt in/out of migrating tags. Tags passed to the Tags flag will still be added.
To download the script, run the following command:

```pwsh
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.1/powershell/migrate/falcon_windows_migrate.ps1" -OutFile "falcon_windows_migrate.ps1"
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.2/powershell/migrate/falcon_windows_migrate.ps1" -OutFile "falcon_windows_migrate.ps1"
```

### Example 1
Expand Down

0 comments on commit 70a1da8

Please sign in to comment.