Skip to content

Commit

Permalink
added refactored changes
Browse files Browse the repository at this point in the history
Signed-off-by: vviveksharma <[email protected]>
  • Loading branch information
vviveksharma committed Jul 26, 2024
1 parent a874ac9 commit 83d2691
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/reusable/md/packages_install_script_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ from the `current` channel:
. { iwr -useb https://chefdownload-commercial.chef.io/install.ps1?license_id=<YOUR LICENSE ID1> } | iex; install -channel stable -project inspec -version 6.6.0
```

enter your licenseId in the place of YOUR LICENSE ID
enter your licenseId in the place of YOUR LICENSE ID
7 changes: 4 additions & 3 deletions content/reusable/md/packages_install_script_run_unix_linux.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
On UNIX, Linux, and macOS systems, invoke the Chef Software Install script with:

- For Commercial Persona use
- For Commercial Persona use

```bash
curl -L https://chefdownload-commercial.chef.io/install.sh?license_id=<YOUR LICENSE ID> | sudo bash
```
Expand All @@ -11,10 +12,10 @@ curl -L https://chefdownload-commercial.chef.io/install.sh?license_id=<YOUR LICE
curl -L https://chefdownload-trial.chef.io/install.sh | sudo bash
```

- For Commnunity Persona use
- For Community Persona use

```bash
curl -L https://chefdownload-community.chef.io/install.sh | sudo bash
```

enter your licenseId in the place of YOUR LICENSE ID

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 @@ -13,7 +13,7 @@ Windows PowerShell:
. { iwr -useb https://chefdownload-trial.chef.io/install.ps1 } | iex; install
```

- For Commnunity Persona use
- For Community Persona use

```powershell
. { iwr -useb https://chefdownload-community.chef.io/install.ps1 } | iex; install
Expand Down

0 comments on commit 83d2691

Please sign in to comment.