Skip to content

Commit 15bde53

Browse files
authored
Bumping v1.1.1 (#153)
1 parent a279176 commit 15bde53

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bash/install/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ FALCON_TRACE (default: none) possible values: [none|err|
4747
**Run the script**:
4848

4949
```bash
50-
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.0/bash/install/falcon-linux-install.sh | bash
50+
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.1/bash/install/falcon-linux-install.sh | bash
5151
```
5252

5353
Alternatively, you can run the script by cloning the repo:
@@ -79,5 +79,5 @@ bash -x falcon-linux-install.sh
7979
or
8080

8181
```bash
82-
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.0/bash/install/falcon-linux-install.sh | bash -x
82+
curl -L https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.1/bash/install/falcon-linux-install.sh | bash -x
8383
```

powershell/install/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ A comma-separated list of tags to apply to the host after sensor installation [d
6464
To download the script:
6565

6666
```pwsh
67-
Invoke-WebRequest -Uri https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.0/powershell/install/falcon_windows_install.ps1 -OutFile falcon_windows_install.ps1
67+
Invoke-WebRequest -Uri https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.1/powershell/install/falcon_windows_install.ps1 -OutFile falcon_windows_install.ps1
6868
```
6969

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

117117
```pwsh
118-
Invoke-WebRequest -Uri https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.0/powershell/install/falcon_windows_uninstall.ps1 -OutFile falcon_windows_uninstall.ps1
118+
Invoke-WebRequest -Uri https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.1/powershell/install/falcon_windows_uninstall.ps1 -OutFile falcon_windows_uninstall.ps1
119119
```
120120

121121
Basic example that will uninstall the sensor with the provided maintenance token

powershell/migrate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Opt in/out of migrating tags. Tags passed to the Tags flag will still be added.
9292
To download the script, run the following command:
9393

9494
```pwsh
95-
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.0/powershell/migrate/falcon_windows_migrate.ps1" -OutFile "falcon_windows_migrate.ps1"
95+
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/crowdstrike/falcon-scripts/v1.1.1/powershell/migrate/falcon_windows_migrate.ps1" -OutFile "falcon_windows_migrate.ps1"
9696
```
9797

9898
### Example 1

0 commit comments

Comments
 (0)