Updating installer

This commit is contained in:
2025-08-09 21:23:16 +00:00
parent 49423cfbe1
commit fc54fb49c0

1
install.sh vendored
View File

@@ -19,6 +19,7 @@ if [ -f /etc/arch-release ]; then
sudo pacman --noconfirm -Syy python python-uv git nodejs npm base-devel --needed sudo pacman --noconfirm -Syy python python-uv git nodejs npm base-devel --needed
else else
# create pyshelf system user if it doesn't exist # create pyshelf system user if it doesn't exist
echo "Installing dependencies for debian/ubuntu..."
if ! id -u pyshelf >/dev/null 2>&1; then if ! id -u pyshelf >/dev/null 2>&1; then
sudo useradd -r -s /usr/sbin/nologin pyshelf sudo useradd -r -s /usr/sbin/nologin pyshelf
fi fi