From fc54fb49c0bd09103591304a5a13b7e290597062 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sat, 9 Aug 2025 21:23:16 +0000 Subject: [PATCH] Updating installer --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index d17d3d2..642c320 100755 --- a/install.sh +++ b/install.sh @@ -19,6 +19,7 @@ if [ -f /etc/arch-release ]; then sudo pacman --noconfirm -Syy python python-uv git nodejs npm base-devel --needed else # create pyshelf system user if it doesn't exist + echo "Installing dependencies for debian/ubuntu..." if ! id -u pyshelf >/dev/null 2>&1; then sudo useradd -r -s /usr/sbin/nologin pyshelf fi