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

fix invalid path

This commit is contained in:
dbarzin 2023-02-13 17:56:08 +01:00
parent f605d83227
commit e6c7bdcdb1
2 changed files with 1 additions and 69 deletions

View file

@ -123,7 +123,7 @@ su - $SUDO_USER -c 'cd pandora; poetry run update --yes'
#---------------------
# Pandora-box
#---------------------
cd /home/$SUDO_USER/pandora-box
cd ~/pandora-box
# Python libraries
su - $SUDO_USER -c "pip install pypandora psutil pyudev"