Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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=<PLATFORM>&pv=<PLATFORM_VERSION>&m=<ARCHITECTURE>&license_id=<LICENSE_ID>"
```

Or if you're a commercial user:
Comment thread
Chef-Pradyumn marked this conversation as resolved.

```bash
curl -Lo hab.tar.gz "https://chefdownload-commercial.chef.io/stable/habitat/download?p=<PLATFORM>&pv=<PLATFORM_VERSION>&m=<ARCHITECTURE>&license_id=<LICENSE_ID>"
```

1. Create the Habitat Builder package bundle from the Builder seed lists and download the packages:

```bash
Expand Down