Something along the lines of Homebrew’s? ```shell /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ``` Gonna need to move cloning into the script too, which shouldn’t be hard
Something along the lines of Homebrew’s?
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Gonna need to move cloning into the script too, which shouldn’t be hard