forked from Shinonome/dots-hyprland
Fix manual-install-helper.sh
This commit is contained in:
@@ -15,3 +15,5 @@ install-Gabarito
|
|||||||
install-OneUI
|
install-OneUI
|
||||||
install-bibata
|
install-bibata
|
||||||
install-MicroTeX
|
install-MicroTeX
|
||||||
|
install-uv
|
||||||
|
install-python-packages
|
||||||
|
|||||||
@@ -113,8 +113,11 @@ install-MicroTeX (){
|
|||||||
x cd $base
|
x cd $base
|
||||||
}
|
}
|
||||||
|
|
||||||
# Below command can be used to install uv, but it's already an Arch package so...
|
install-uv (){
|
||||||
# curl -LsSf https://astral.sh/uv/install.sh | sh
|
x curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
|
}
|
||||||
|
|
||||||
|
# Both for Arch(based) and other distros.
|
||||||
install-python-packages (){
|
install-python-packages (){
|
||||||
x mkdir -p $PYTHON_VENV_PATH
|
x mkdir -p $PYTHON_VENV_PATH
|
||||||
# we need python 3.12 https://github.com/python-pillow/Pillow/issues/8089
|
# we need python 3.12 https://github.com/python-pillow/Pillow/issues/8089
|
||||||
|
|||||||
Reference in New Issue
Block a user