From ea3f0b2cf1407e9c1a91c2d3dab8576e45d81d29 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Wed, 12 Feb 2025 10:14:38 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 791be22..5bd4be1 100755 --- a/install.sh +++ b/install.sh @@ -164,7 +164,7 @@ echo '0 20 * * * /sbin/poweroff' >> /etc/crontab cd /home/$SUDO_USER/pandora-box # Install pipx -su - $SUDO_USER -c "apt install -y pipx" +apt install -y pipx # Python libraries su - $SUDO_USER -c "pipx install pypandora"