Skip to content

Commit

Permalink
added the correct prod Url spellings (inspec#7166)
Browse files Browse the repository at this point in the history
Signed-off-by: vviveksharma <[email protected]>
  • Loading branch information
vviveksharma authored Sep 11, 2024
1 parent 7924290 commit f2c6244
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ The Chef InSpec package is available for MacOS, RedHat, Ubuntu and Windows. Down

```text
# RedHat, Ubuntu, and macOS
curl https://chefdownload-commerical.chef.io/install.sh?license_id=<LICENSE_ID> | sudo bash -s -- -P inspec
curl https://chefdownload-commercial.chef.io/install.sh?license_id=<LICENSE_ID> | sudo bash -s -- -P inspec
# Windows
. { iwr -useb https://chefdownload-commerical.chef.io/install.ps1?license_id=<LICENSE_ID> } | iex; install -project inspec
. { iwr -useb https://chefdownload-commercial.chef.io/install.ps1?license_id=<LICENSE_ID> } | iex; install -project inspec
```

Replace `<LICENSE_ID>` with your license ID.
Expand Down
6 changes: 3 additions & 3 deletions docs-chef-io/content/inspec/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To see which platforms and platform versions Chef InSpec is supported on, see th
You can install Chef InSpec using a curl script.

```bash
curl -L https://chefdownload-commerical.chef.io/install.sh?license_id=<LICENSE_ID> | sudo bash -s -- -P inspec
curl -L https://chefdownload-commercial.chef.io/install.sh?license_id=<LICENSE_ID> | sudo bash -s -- -P inspec
```

Replace `<LICENSE_ID>` with your license ID.
Expand All @@ -41,7 +41,7 @@ then double-click on the `.msi` file to launch the installer and follow the prom
You can install Chef InSpec using the following Powershell script.

```powershell
. { iwr -useb https://chefdownload-commerical.chef.io/install.ps1?license_id=<LICENSE_ID> } | iex; install -project inspec
. { iwr -useb https://chefdownload-commercial.chef.io/install.ps1?license_id=<LICENSE_ID> } | iex; install -project inspec
```

Replace `<LICENSE_ID>` with your license ID.
Expand All @@ -58,7 +58,7 @@ was successful.
The following curl script will install Chef InSpec for Ubuntu and Red Hat Enterprise Linux:

```bash
curl https://chefdownload-commerical.chef.io/install.sh?license_id=<LICENSE_ID> | sudo bash -s -- -P inspec
curl https://chefdownload-commercial.chef.io/install.sh?license_id=<LICENSE_ID> | sudo bash -s -- -P inspec
```

Replace `<LICENSE_ID>` with your license ID.
Expand Down

0 comments on commit f2c6244

Please sign in to comment.