From 119c0b50178e00ffc16fab32208fe5aa42c4c1b6 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Wed, 12 Feb 2025 10:13:53 +0100 Subject: [PATCH] Update install.sh --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bde2433..791be22 100755 --- a/install.sh +++ b/install.sh @@ -167,7 +167,9 @@ cd /home/$SUDO_USER/pandora-box su - $SUDO_USER -c "apt install -y pipx" # Python libraries -su - $SUDO_USER -c "pipx install pypandora psutil pyudev" +su - $SUDO_USER -c "pipx install pypandora" +su - $SUDO_USER -c "pipx install psutil" +su - $SUDO_USER -c "pipx install pyudev" # create /media/box folder if [ ! -d "/media/box" ];