fix uv installer

This commit is contained in:
Zeyad Moustafa Kamal
2025-01-25 21:41:04 +02:00
parent 4fc283861e
commit 1e54a5b0f4
2 changed files with 1 additions and 4 deletions
-4
View File
@@ -114,10 +114,6 @@ install-MicroTeX (){
}
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
}