Updating installer

This commit is contained in:
2025-08-09 21:31:28 +00:00
parent 2385788f77
commit 3a345194ed

2
install.sh vendored
View File

@@ -25,7 +25,7 @@ else
fi fi
sudo apt-get update sudo apt-get update
sudo apt-get install -y git python3 python-is-python3 python3-pip nodejs npm libxml2 build-essential curl sudo apt-get install -y git python3 python-is-python3 python3-pip nodejs npm libxml2 build-essential curl
curl -LsSf https://astral.sh/uv/install.sh | sh curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="/usr/local/bin" sh
fi fi
if [ ! -d /home/pyshelf ]; then if [ ! -d /home/pyshelf ]; then