- From: Bryan McLellan <
>
- To:
- Subject: [chef] Re: Install specific chef version using omnibus
- Date: Wed, 12 Sep 2012 11:57:52 -0400
On Wed, Sep 12, 2012 at 11:34 AM, Jon-Erik Schneiderhan
<
>
wrote:
>
curl -L http://www.opscode.com/chef/install.sh | sudo bash
sudo true && curl -L
https://www.opscode.com/chef/install.sh | sudo
bash -s -- -v 10.12.0
The sudo true is to ensure you get asked the password immediately if
needed, otherwise the password prompt can be confusing.
-s explicitly tells bash to take input from stdin
-- tells bash to stop interpreting arguments for itself
-v 10.12.0 as Dan mentions, tells install.sh what Chef version to download.
Unfortunately the API that serves these files doesn't know about
versions of Chef before 10.12.0. You can find older Omnibus packages
in the old archive here:
https://opscode-full-stack.s3.amazonaws.com/
What bug are you seeing? Are you using 10.14.0 or 10.14.2?
Bryan
Archive powered by MHonArc 2.6.16.