diff --git a/bootstrap.sh b/bootstrap.sh index baafdf2..e397897 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -4,7 +4,7 @@ function main() { local tmddir="`mktemp -d -t 'macos-system'`" trap 'rm -fr -- "${tmpdir}"' EXIT pushd -q "${tmddir}" - git clone --recurse-submodules https://github.com/astzweig/macos-system.git . + git clone -q --recurse-submodules https://github.com/astzweig/macos-system.git . ./install.sh popd -q }