diff --git a/scriptdata/installers b/scriptdata/installers index da3a75943..ebf8ca54f 100644 --- a/scriptdata/installers +++ b/scriptdata/installers @@ -112,3 +112,12 @@ install-MicroTeX (){ x sudo cp -r ./res /opt/MicroTeX/ x cd $base } + +install-uv (){ + x mkdir -p $base/cache/uv + x cd $base/cache/uv + export UV_INSTALL_DIR=$base/cache + x curl -LsSf https://astral.sh/uv/install.sh | sh + x cd $base +} +