v0.2.0 - Install with command
Pandademic
released this
11 Sep 17:40
·
248 commits
to master
since this release
ADDED SUPPPORT TO DOWNLOAD USING A COMMAND
==============
for example running latte install brew will run the brew install command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
this works for any package that uses
Zip= false
InstallCommand='echo "your install command here"'
a good example is brew.ini in the packages folder
this is so that certain things can be installed properly.
OVERALL SIZE
===========
3.79kb