mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Updating installer
This commit is contained in:
1
install.sh
vendored
1
install.sh
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user