Updating installer

This commit is contained in:
2025-08-09 21:26:54 +00:00
parent fc54fb49c0
commit 2385788f77

3
install.sh vendored
View File

@@ -24,7 +24,8 @@ else
sudo useradd -r -s /usr/sbin/nologin pyshelf
fi
sudo apt-get update
sudo apt-get install -y git python3-uv python3 python-is-python3 python3-pip nodejs npm libxml2 libxslt1-dev zlib1g-dev libjpeg-turbo8-dev build-essential
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
fi
if [ ! -d /home/pyshelf ]; then