From: Martin Pitt Date: Sun, 19 Jul 2026 12:23:15 +0000 (+0200) Subject: cclaude: disable auto-updater X-Git-Url: https://piware.de/gitweb/?a=commitdiff_plain;ds=inline;p=bin.git cclaude: disable auto-updater --- diff --git a/cclaude b/cclaude index 12d9d50..2449c27 100755 --- a/cclaude +++ b/cclaude @@ -36,6 +36,7 @@ podman run -it --rm --userns=keep-id --init --network=host \ -v $HOME/tmp:$HOME/tmp \ -v /tmp:/tmp \ -w $PWD \ + -e DISABLE_AUTOUPDATER=1 \ -e HOME=$HOME \ --device=/dev/kvm \ $IMG \