diff --git a/docs-chef-io/content/habitat/builder/on_prem/install/builder_oauth.md b/docs-chef-io/content/habitat/builder/on_prem/install/builder_oauth.md index d06e30e..08b19ba 100644 --- a/docs-chef-io/content/habitat/builder/on_prem/install/builder_oauth.md +++ b/docs-chef-io/content/habitat/builder/on_prem/install/builder_oauth.md @@ -89,12 +89,18 @@ With an internet-connected computer, follow these steps: curl -LO https://github.com/habitat-sh/on-prem-builder/archive/master.zip ``` -1. Download the Chef Habitat [CLI tool](https://packages.chef.io/files/stable/habitat/latest/hab-x86_64-linux.tar.gz): +1. Download the Chef Habitat [CLI tool]: ```bash - curl -Lo hab.tar.gz https://packages.chef.io/files/stable/habitat/latest/hab-x86_64-linux.tar.gz + curl -Lo hab.tar.gz "https://chefdownload-community.chef.io/stable/habitat/download?p=&pv=&m=&license_id=" ``` +Or if you're a commercial user: + + ```bash + curl -Lo hab.tar.gz "https://chefdownload-commercial.chef.io/stable/habitat/download?p=&pv=&m=&license_id=" + ``` + 1. Create the Habitat Builder package bundle from the Builder seed lists and download the packages: ```bash