forked from Shinonome/dots-hyprland
Add uv installer
This commit is contained in:
@@ -112,3 +112,12 @@ install-MicroTeX (){
|
|||||||
x sudo cp -r ./res /opt/MicroTeX/
|
x sudo cp -r ./res /opt/MicroTeX/
|
||||||
x cd $base
|
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
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user