diff --git a/misc/tools.func b/misc/tools.func index de0b2d50d..f11b97f3e 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -4188,12 +4188,12 @@ function setup_uv() { local TMP_DIR=$(mktemp -d) local CACHED_VERSION - # Trap für TMP Cleanup + # trap for TMP Cleanup trap "rm -rf '$TMP_DIR'" EXIT CACHED_VERSION=$(get_cached_version "uv") - # Architektur-Detection + # Architecture Detection local ARCH=$(uname -m) local OS_TYPE="" local UV_TAR=""