Skip to content

Instantly share code, notes, and snippets.

@mindjiver
Last active December 26, 2015 08:59
Show Gist options
  • Save mindjiver/7125744 to your computer and use it in GitHub Desktop.
Save mindjiver/7125744 to your computer and use it in GitHub Desktop.
Chef Omnibus installer patch for MacOS 10.9
--- install.sh 2013-10-23 22:03:13.000000000 +0200
+++ install.sh 2013-10-23 22:03:30.000000000 +0200
@@ -116,6 +116,7 @@
"10.6") platform_version="10.6" ;;
"10.7") platform_version="10.7" ;;
"10.8") platform_version="10.7" ;;
+ "10.9") platform_version="10.7" ;;
*) echo "No builds for platform: $major_version"
report_bug
exit 1
@bendemaree
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment