Changes between Initial Version and Version 1 of Ticket #63096, comment 2
- Timestamp:
- Jun 15, 2021, 11:04:22 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63096, comment 2
initial v1 5 5 https://developer.apple.com/library/archive/documentation/DeveloperTools/Reference/DistributionDefinitionRef/Chapters/Distribution_XML_Ref.html#//apple_ref/doc/uid/TP40005370-CH100-SW41 6 6 7 A related question is why using a .pkg and not directly launch a script like homebrew, composer and many others command line tools. 7 A related question is why using a .pkg and not directly launch a script like homebrew, composer and many others command line tools. to install brew I can simply run: 8 9 {{{ 10 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 11 }}}