Skip to content
Snippets Groups Projects
Commit 0f83629b authored by nimrod's avatar nimrod
Browse files

Toolbox create doesn't ask questions anymore.

So remove the yes pipe.
parent b0a196dd
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ update() {
then
kill_server
podman image prune --filter 'label=com.github.containers.toolbox=true' --force >/dev/null
yes | toolbox create --image "$IMAGE"
toolbox create --image "$IMAGE"
fi
toolbox run --container "$CONTAINER" -- git -C "$HOME" Pull
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment