From 2385788f7751fe2e791ee8108358ffc3d97e5926 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sat, 9 Aug 2025 21:26:54 +0000 Subject: [PATCH] Updating installer --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 642c320..00f2a39 100755 --- a/install.sh +++ b/install.sh @@ -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