1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 05:19:40 +02:00

Update install.sh

This commit is contained in:
Didier Barzin 2025-02-12 10:14:38 +01:00 committed by GitHub
parent 119c0b5017
commit ea3f0b2cf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"