Run git quietly
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user