-
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: vviveksharma <[email protected]>
- Loading branch information
1 parent
4486c3b
commit 491308a
Showing
6 changed files
with
35 additions
and
13 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
_vendor/github.com/chef/chef-server/docs-chef-io/content/server/upgrades.md
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
_vendor/github.com/inspec/inspec/docs-chef-io/content/inspec/install.md
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
14 changes: 12 additions & 2 deletions
14
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,17 @@ | ||
On UNIX, Linux, and macOS systems, invoke the Chef Software Install script with: | ||
|
||
```bash | ||
curl -L https://omnitruck.chef.io/install.sh | sudo bash | ||
For Commercial Persona use curl -L https://chefdownload-commercial.chef.io/install.sh?license_id=<YOUR LICENSE ID> | ||
|
||
For Trial Persona use curl -L https://chefdownload-trial.chef.io/install.sh | ||
|
||
For Opensource Persona use curl https://chefdownload-community.chef.io/install.sh | ||
``` | ||
|
||
and then enter the local password when prompted. | ||
and then enter your licenseId in the place of license_id. | ||
|
||
Once script is download install script | ||
|
||
```bash | ||
bash install.sh | ||
``` |
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