This commit is contained in:
CanbiZ 2025-11-04 17:52:53 +01:00
parent 27bb9e5192
commit 96339e216a

View File

@ -4263,8 +4263,7 @@ function setup_uv() {
msg_info "Setup uv $LATEST_VERSION"
fi
# Download
local UV_URL="https://github.com/astral-sh/uv/releases/download/v${LATEST_VERSION}/${UV_TAR}"
local UV_URL="https://github.com/astral-sh/uv/releases/download/${LATEST_VERSION}/${UV_TAR}"
$STD curl -fsSL "$UV_URL" -o "$TMP_DIR/uv.tar.gz" || {
msg_error "Failed to download uv from $UV_URL"