Skip to content

Instantly share code, notes, and snippets.

@ericcalabretta
Created April 22, 2020 20:03
Show Gist options
  • Save ericcalabretta/07b0741c31fee9af6e65c23fc86c2e02 to your computer and use it in GitHub Desktop.
Save ericcalabretta/07b0741c31fee9af6e65c23fc86c2e02 to your computer and use it in GitHub Desktop.
example kitchen install.sh
wget http://34.221.48.134:8081/artifactory/example-repo-local/chef-15.8.23-1.el7.x86_64.rpm -O /tmp/chef-15.8.23-1.el7.x86_64.rpm
sudo rpm -ivh /tmp/chef-15.8.23-1.el7.x86_64.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment