diff --git a/Documents/bin/wb b/Documents/bin/wb index 2cfb84b4083863702c25bcacc2d5bfa2850ce26e..e38220bd19a884c0730d3fc3b98ca81b88843454 100755 --- a/Documents/bin/wb +++ b/Documents/bin/wb @@ -98,7 +98,7 @@ update() { podman image prune --filter 'label=com.github.containers.toolbox=true' --force >/dev/null toolbox create --image "$IMAGE" fi - toolbox run --container "$CONTAINER" -- git -C "$HOME" Pull + podman exec -it -w "$HOME" -u "$(whoami)" "$CONTAINER" git pull } dry_update() {