From 0f83629b5425969f39c96fb64337ee3c9513c60e Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 4 Dec 2021 13:44:42 +0200
Subject: [PATCH] Toolbox create doesn't ask questions anymore.

So remove the yes pipe.
---
 Documents/bin/wb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documents/bin/wb b/Documents/bin/wb
index eed238d..2cfb84b 100755
--- a/Documents/bin/wb
+++ b/Documents/bin/wb
@@ -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
 }
-- 
GitLab