mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
added the correct prod Url spellings (#7166)
Signed-off-by: vviveksharma <visharma@progress.com>
This commit is contained in:
parent
7924290714
commit
f2c6244cc8
2 changed files with 5 additions and 5 deletions
|
@ -65,10 +65,10 @@ The Chef InSpec package is available for MacOS, RedHat, Ubuntu and Windows. Down
|
||||||
|
|
||||||
```text
|
```text
|
||||||
# RedHat, Ubuntu, and macOS
|
# 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
|
# 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.
|
Replace `<LICENSE_ID>` with your license ID.
|
||||||
|
|
|
@ -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.
|
You can install Chef InSpec using a curl script.
|
||||||
|
|
||||||
```bash
|
```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.
|
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.
|
You can install Chef InSpec using the following Powershell script.
|
||||||
|
|
||||||
```powershell
|
```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.
|
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:
|
The following curl script will install Chef InSpec for Ubuntu and Red Hat Enterprise Linux:
|
||||||
|
|
||||||
```bash
|
```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.
|
Replace `<LICENSE_ID>` with your license ID.
|
||||||
|
|
Loading…
Reference in a new issue