-
Notifications
You must be signed in to change notification settings - Fork 435
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ian Maddaus <[email protected]>
- Loading branch information
Showing
5 changed files
with
44 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
The following examples show how to use the Chef Software Install script. | ||
|
||
To install Infra Client 15.8.23: | ||
|
||
{{< note >}}Please replace `<YOUR LICENSE ID>` with your licenseId.{{< /note >}} | ||
To install Chef Infra Client 15.8.23 using the commercial download API: | ||
|
||
```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-commericial.chef.io/install.sh?license_id=<LICENSE_ID> | sudo bash -s -- -v 15.8.23 | ||
``` | ||
|
||
To install the latest version of Chef Workstation on Windows | ||
from the `current` channel: | ||
Replace `<LICENSE_ID>` with your license ID. | ||
|
||
{{< note >}}Please replace `<YOUR LICENSE ID>` with your licenseId.{{< /note >}} | ||
To install the latest version of Chef Workstation on Windows from the `current` channel using the commercial download API: | ||
|
||
```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-commericial.chef.io/install.ps1?license_id=<LICENSE_ID> } | iex; install -channel current -project chef-workstation | ||
``` | ||
|
||
Replace `<LICENSE_ID>` with your license ID. |
16 changes: 6 additions & 10 deletions
16
content/reusable/md/packages_install_script_run_unix_linux.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 6 additions & 11 deletions
17
content/reusable/md/packages_install_script_run_windows.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters