Run git quietly
This commit is contained in:
@@ -4,7 +4,7 @@ function main() {
|
|||||||
local tmddir="`mktemp -d -t 'macos-system'`"
|
local tmddir="`mktemp -d -t 'macos-system'`"
|
||||||
trap 'rm -fr -- "${tmpdir}"' EXIT
|
trap 'rm -fr -- "${tmpdir}"' EXIT
|
||||||
pushd -q "${tmddir}"
|
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
|
./install.sh
|
||||||
popd -q
|
popd -q
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user