Skip to content

v0.2.0 - download now includes setup for certain packages!

Pre-release
Pre-release
Compare
Choose a tag to compare
@Pandademic Pandademic released this 01 Sep 13:39
· 304 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.

ADDDED -SOURCE PACKAGES TO DOWNLOAD ZIP RELEASE

======================
this will soon be converted to use git for -source packages.

OVERALL SIZE

===========
4KB
**THIS IS A PRE RELEASE DUE TO #15 **