1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-08-02 20:35:26 +02:00

work on install

This commit is contained in:
dbarzin 2023-02-13 21:18:07 +01:00
parent c9f4e37c5d
commit ef8f8544b7

View file

@ -23,10 +23,6 @@ set -x # echo on
# Pandora-box
#---------------------
pwd
ls
ls /home
ls /home/$SUDO_USER
cd /home/$SUDO_USER/pandora-box
# Python libraries
su - $SUDO_USER -c "pip install pypandora psutil pyudev"