added the correct prod Url spellings (#7166)

Signed-off-by: vviveksharma <visharma@progress.com>
This commit is contained in:
Vivek Sharma 2024-09-11 21:07:02 +05:30 committed by GitHub
parent 7924290714
commit f2c6244cc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -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.

View file

@ -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.
@ -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.
@ -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.