diff --git a/bootstrap.sh b/bootstrap.sh index 1310ab3..42b2002 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -138,11 +138,11 @@ function main() { pushd -q "${tmpdir}" print -l "Working directory is: ${tmpdir}" + print 'Ensure command line tools are available.' ensureCommandLineTools ensureRepo 'macos-system' cloneMacOSSystemRepo || return ensureRepo 'zshlib' cloneZSHLibRepo || return ensureBinary 'docopts' ensureDocopts || return - print 'Ensure command line tools are available.' print 'Will now run the installer.' local -A colors=() errColors=()