Commit 0f83629b authored by nimrod's avatar nimrod
Browse files

Toolbox create doesn't ask questions anymore.

So remove the yes pipe.
parent b0a196dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
}