New Unix installer is script-based with a payload... no fracking idea what I will do for Windows.

This commit is contained in:
Adam Ierymenko 2014-01-03 09:00:59 -08:00
commit fb685bcb1d
3 changed files with 77 additions and 5 deletions

View file

@ -13,7 +13,7 @@ fi
# Run with -q to be quieter and run without delay
quickAndQuiet=0
if [ "$1" = "-q" ]; then
quickAndQuiet=1
quickAndQuiet=1
echo() { :; }
fi