From: Zack Cerza Date: Wed, 4 Feb 2026 21:52:31 +0000 (-0700) Subject: setup_chacractl.sh: Use setup_uv.sh X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ed897b1aea565f24916419c7c1edfe3053078019;p=ceph-build.git setup_chacractl.sh: Use setup_uv.sh Signed-off-by: Zack Cerza --- diff --git a/scripts/setup_chacractl.sh b/scripts/setup_chacractl.sh index 25347efb..04f03155 100755 --- a/scripts/setup_chacractl.sh +++ b/scripts/setup_chacractl.sh @@ -1,11 +1,6 @@ #!/bin/bash -ex # vim: ts=4 sw=4 expandtab -command -v pipx || ( - command -v apt && sudo apt install -y pipx - command -v dnf && sudo dnf install -y pipx -) -pipx ensurepath -pipx install uv +"$WORKSPACE/scripts/setup_uv.sh" ~/.local/bin/uv tool install chacractl if [ -z "$chacra_url" ]; then