diff --git a/bootstrap.sh b/bootstrap.sh index 0c67001..1fd9393 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -24,11 +24,11 @@ function main() { pushd -q "${tmpdir}" cloneMacOSSystemRepo cloneZSHLibRepo - sudo "${tmpdir}/install.sh" + sudo "${tmpdir}/install.sh" "$@" popd -q } if [[ "${ZSH_EVAL_CONTEXT}" == toplevel ]]; then _DIR="${0:A:h}" - main + main "$@" fi