Skip to content

Commit

Permalink
added new docs changes
Browse files Browse the repository at this point in the history
Signed-off-by: vviveksharma <[email protected]>
  • Loading branch information
vviveksharma committed Aug 8, 2024
1 parent f493d67 commit a2b5350
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
12 changes: 5 additions & 7 deletions content/reusable/md/packages_install_script_run_unix_linux.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
On UNIX, Linux, and macOS systems, invoke the Chef Software Install script with:

{{< note >}}Please replace `<YOUR LICENSE ID>` with your licenseId. For example license_id=testLicense01{{< /note >}}
{{< note >}}
Please replace `<YOUR LICENSE ID>` with your licenseId. You can get your license id from the
download portal [Chef Download Portal](https://chef.io/downloads).
Sample license Id example: de89a1c4-5fde-4fd7-9fd0-6e8307ca913d
{{< /note >}}

- For Commercial Persona use

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

- For Trial Persona use

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

- For Community Persona use

```bash
Expand Down
12 changes: 5 additions & 7 deletions content/reusable/md/packages_install_script_run_windows.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
On Windows systems, invoke the Chef Software Install script using
Windows PowerShell:

{{< note >}}Please replace `<YOUR LICENSE ID>` with your licenseId. For example license_id=testLicense01{{< /note >}}
{{< note >}}
Please replace `<YOUR LICENSE ID>` with your licenseId. You can get your license id from the
download portal [Chef Download Portal](https://chef.io/downloads).
Sample license Id example: de89a1c4-5fde-4fd7-9fd0-6e8307ca913d
{{< /note >}}

- For Commercial Persona use

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

- For Trial Persona use

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

- For Community Persona use

```powershell
Expand Down

0 comments on commit a2b5350

Please sign in to comment.