Skip to content

Commit

Permalink
updated the typo
Browse files Browse the repository at this point in the history
Signed-off-by: vviveksharma <[email protected]>
  • Loading branch information
vviveksharma committed Aug 9, 2024
1 parent f578f61 commit 7666f88
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion content/install_chef_air_gap.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ custom template, and then modify the package and Ruby gem sources.
template file name, be sure to replace `airgap.erb` with the
template file you created during the last step.
4. Update `airgap.erb` to replace `https://chefdownload-commericial.chef.io/install.sh?license_id=<YOUR LICENSE ID>` with the URL of
4. Update `airgap.erb` to replace `https://chefdownload-commerical.chef.io/install.sh?license_id=<YOUR LICENSE ID>` with the URL of
`install.sh` on your artifact store:
{{< note >}}Please follow steps mentioned in this document [Chef Software Install Script](/install_omnibus/). Please replace `<YOUR LICENSE ID>` with your licenseId..{{< /note >}}
Expand Down
4 changes: 2 additions & 2 deletions content/reusable/md/packages_install_script_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ To install Infra Client 15.8.23:
{{< note >}}Please replace `<YOUR LICENSE ID>` with your licenseId.{{< /note >}}

```bash
curl -L https://chefdownload-commericial.chef.io/install.sh?license_id=<YOUR LICENSE ID> | sudo bash -s -- -v 15.8.23
curl -L https://chefdownload-commerical.chef.io/install.sh?license_id=<YOUR LICENSE ID> | sudo bash -s -- -v 15.8.23
```

To install the latest version of Chef Workstation on Windows
Expand All @@ -14,5 +14,5 @@ from the `current` channel:
{{< note >}}Please replace `<YOUR LICENSE ID>` with your licenseId.{{< /note >}}

```powershell
. { iwr -useb https://chefdownload-commericial.chef.io/install.ps1?license_id=<YOUR LICENSE ID> } | iex; install -channel current -project chef-workstation
. { iwr -useb https://chefdownload-commerical.chef.io/install.ps1?license_id=<YOUR LICENSE ID> } | iex; install -channel current -project chef-workstation
```
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Sample license Id example: de89a1c4-5fde-4fd7-9fd0-6e8307ca913d
- For Commercial Persona use

```bash
curl -L https://chefdownload-commericial.chef.io/install.sh?license_id=<YOUR LICENSE ID> | sudo bash
curl -L https://chefdownload-commerical.chef.io/install.sh?license_id=<YOUR LICENSE ID> | sudo bash
```

- For Community Persona use
Expand Down
2 changes: 1 addition & 1 deletion content/reusable/md/packages_install_script_run_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Sample license Id example: de89a1c4-5fde-4fd7-9fd0-6e8307ca913d
- For Commercial Persona use

```powershell
. { iwr -useb https://chefdownload-commericial.chef.io/install.ps1?license_id=<YOUR LICENSE ID> } | iex; install
. { iwr -useb https://chefdownload-commerical.chef.io/install.ps1?license_id=<YOUR LICENSE ID> } | iex; install
```

- For Community Persona use
Expand Down
10 changes: 5 additions & 5 deletions content/upgrade_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ Linux, macOS, and Unix-based hosts:
{{< note >}}Please follow steps mentioned in this document [Chef Software Install Script](/install_omnibus/).Please replace `<YOUR LICENSE ID>` with your licenseId.{{< /note >}}

```bash
curl -L https://chefdownload-commericial.chef.io/install.sh?license_id=<YOUR LICENSE ID>| sudo bash
curl -L https://chefdownload-commerical.chef.io/install.sh?license_id=<YOUR LICENSE ID>| sudo bash
```

Windows hosts:

{{< note >}}Please follow steps mentioned in this document [Chef Software Install Script](/install_omnibus/).Please replace `<YOUR LICENSE ID>` with your licenseId.{{< /note >}}

```powershell
. { iwr -useb https://chefdownload-commericial.chef.io/install.ps1?license_id=<YOUR LICENSE ID> } | iex; install
. { iwr -useb https://chefdownload-commerical.chef.io/install.ps1?license_id=<YOUR LICENSE ID> } | iex; install
```

### Specifying the Version to Install
Expand All @@ -47,15 +47,15 @@ Linux, macOS, and Unix-based hosts:
{{< note >}}Please follow steps mentioned in this document [Chef Software Install Script](/install_omnibus/). Please replace `<YOUR LICENSE ID>` with your licenseId..{{< /note >}}

```bash
curl -L https://chefdownload-commericial.chef.io/install.sh?license_id=<YOUR LICENSE ID> | sudo bash -s -- -v 17.9.26
curl -L https://chefdownload-commerical.chef.io/install.sh?license_id=<YOUR LICENSE ID> | sudo bash -s -- -v 17.9.26
```

Windows hosts:

{{< note >}}Please follow steps mentioned in this document [Chef Software Install Script](/install_omnibus/). Please replace `<YOUR LICENSE ID>` with your licenseId..{{< /note >}}

```powershell
. { iwr -useb https://chefdownload-commericial.chef.io/install.ps1?license_id=<YOUR LICENSE ID1> } | iex; install -version 17.9.26
. { iwr -useb https://chefdownload-commerical.chef.io/install.ps1?license_id=<YOUR LICENSE ID1> } | iex; install -version 17.9.26
```

### Upgrading Multiple Hosts with Knife
Expand All @@ -65,7 +65,7 @@ The `knife ssh` command in Chef Workstation can be used to execute the install s
{{< note >}}Please follow steps mentioned in this document [Chef Software Install Script](/install_omnibus/). Please replace `<YOUR LICENSE ID>` with your licenseId..{{< /note >}}

```bash
knife ssh 'name:*' 'curl -L https://chefdownload-commericial.chef.io/install.sh?license_id=<YOUR LICENSE ID> | sudo bash'
knife ssh 'name:*' 'curl -L https://chefdownload-commerical.chef.io/install.sh?license_id=<YOUR LICENSE ID> | sudo bash'
```

## Cookbook-Based Upgrade
Expand Down

0 comments on commit 7666f88

Please sign in to comment.