diff --git a/setup.sh b/setup.sh index 886c608..f79ddd3 100755 --- a/setup.sh +++ b/setup.sh @@ -22,7 +22,8 @@ fi branch=$(git branch --show-current) echo "(${guest_name}) creating bundle for branch '${branch}'" >&2 mkdir -p .bundles -git bundle create .bundles/qubes-mgmt-salt "${branch}" + +git bundle create - --all > .bundles/qubes-mgmt-salt popd >/dev/null