Changes between Initial Version and Version 1 of Ticket #63096, comment 2


Ignore:
Timestamp:
Jun 15, 2021, 11:04:22 AM (3 years ago)
Author:
gagarine (Simon)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63096, comment 2

    initial v1  
    55https://developer.apple.com/library/archive/documentation/DeveloperTools/Reference/DistributionDefinitionRef/Chapters/Distribution_XML_Ref.html#//apple_ref/doc/uid/TP40005370-CH100-SW41
    66
    7 A related question is why using a .pkg and not directly launch a script like homebrew, composer and many others command line tools.
     7A 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}}}