From 4fc283861e5baa170b48883c78d2928c5dd02e47 Mon Sep 17 00:00:00 2001 From: Zeyad Moustafa Kamal Date: Fri, 24 Jan 2025 21:22:57 +0200 Subject: [PATCH] Add uv installer --- scriptdata/installers | 9 +++++++++ 1 file changed, 9 insertions(+) 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 +} +