Skip to content

Instantly share code, notes, and snippets.

@donchan922
Last active September 24, 2019 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donchan922/6dc83135a93c2c085fa320aed0aaa5f3 to your computer and use it in GitHub Desktop.
Save donchan922/6dc83135a93c2c085fa320aed0aaa5f3 to your computer and use it in GitHub Desktop.
# ChefDKをダウンロードする
$ sudo yum install wget
$ wget https://packages.chef.io/files/stable/chefdk/3.11.3/el/7/chefdk-3.11.3-1.el7.x86_64.rpm
# ChefDKをインストールする
$ sudo rpm -Uvh chefdk-3.11.3-1.el7.x86_64.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment