From 7e2aa19f266e3547c7656de9e2ad154cf44e097a Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Wed, 12 Feb 2025 10:10:29 +0100 Subject: [PATCH] Update install.sh --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index eee22f5..bde2433 100755 --- a/install.sh +++ b/install.sh @@ -163,8 +163,11 @@ echo '0 20 * * * /sbin/poweroff' >> /etc/crontab #--------------------- cd /home/$SUDO_USER/pandora-box +# Install pipx +su - $SUDO_USER -c "apt install -y pipx" + # Python libraries -su - $SUDO_USER -c "pip install pypandora psutil pyudev" +su - $SUDO_USER -c "pipx install pypandora psutil pyudev" # create /media/box folder if [ ! -d "/media/box" ];