Fix manual-install-helper.sh

This commit is contained in:
clsty
2025-02-05 08:53:20 +08:00
parent 0ebb328629
commit 5c396d7548
2 changed files with 7 additions and 2 deletions
+5 -2
View File
@@ -113,8 +113,11 @@ install-MicroTeX (){
x cd $base
}
# Below command can be used to install uv, but it's already an Arch package so...
# curl -LsSf https://astral.sh/uv/install.sh | sh
install-uv (){
x curl -LsSf https://astral.sh/uv/install.sh | sh
}
# Both for Arch(based) and other distros.
install-python-packages (){
x mkdir -p $PYTHON_VENV_PATH
# we need python 3.12 https://github.com/python-pillow/Pillow/issues/8089