diff --git a/README.md b/README.md index 26c30e413..840f451c1 100644 --- a/README.md +++ b/README.md @@ -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= | sudo bash -s -- -P inspec +curl https://chefdownload-commercial.chef.io/install.sh?license_id= | sudo bash -s -- -P inspec # Windows -. { iwr -useb https://chefdownload-commerical.chef.io/install.ps1?license_id= } | iex; install -project inspec +. { iwr -useb https://chefdownload-commercial.chef.io/install.ps1?license_id= } | iex; install -project inspec ``` Replace `` with your license ID. diff --git a/docs-chef-io/content/inspec/install.md b/docs-chef-io/content/inspec/install.md index 9a9224aaf..e19133099 100644 --- a/docs-chef-io/content/inspec/install.md +++ b/docs-chef-io/content/inspec/install.md @@ -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= | sudo bash -s -- -P inspec +curl -L https://chefdownload-commercial.chef.io/install.sh?license_id= | sudo bash -s -- -P inspec ``` Replace `` 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= } | iex; install -project inspec +. { iwr -useb https://chefdownload-commercial.chef.io/install.ps1?license_id= } | iex; install -project inspec ``` Replace `` 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= | sudo bash -s -- -P inspec +curl https://chefdownload-commercial.chef.io/install.sh?license_id= | sudo bash -s -- -P inspec ``` Replace `` with your license ID.