Last active
December 26, 2015 08:59
-
-
Save mindjiver/7125744 to your computer and use it in GitHub Desktop.
Chef Omnibus installer patch for MacOS 10.9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!