From 83b8e394577bb408a94ea79d5c3126b7a4b97ba6 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 29 Apr 2025 15:38:25 +0200 Subject: [PATCH] Update tools.func --- misc/tools.func | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/misc/tools.func b/misc/tools.func index 9375c235..587ac92c 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -786,7 +786,6 @@ function download_with_progress() { } function setup_uv() { - ensure_usr_local_bin_persist $STD msg_info "Checking uv installation..." UV_BIN="/usr/local/bin/uv" TMP_DIR=$(mktemp -d) @@ -835,10 +834,7 @@ function setup_uv() { rm -rf "$TMP_DIR" # set path - if [[ ":$PATH:" != *":/usr/local/bin:"* ]]; then - export PATH="/usr/local/bin:$PATH" - fi - + ensure_usr_local_bin_persist msg_ok "uv installed/updated to $LATEST_VERSION" }